This commit is contained in:
richboo111
2022-11-16 15:15:01 +08:00
parent 6c021676df
commit 4f8c757d0a

View File

@@ -6643,6 +6643,7 @@ func BatchSetRestockingPrice(ctx *jxcontext.Context, preData map[string][]mtwmap
var params []*mtwmapi.SpuData
for k, v := range preData {
//获取京西平台storeID
globals.SugarLogger.Debugf("k==============%s", k)
if storeID, vendorOrgCode, err := dao.GetCodeAndIDByMeiTuan(k); err != nil {
return errors.New(fmt.Sprintf("获取京西本地门店ID失败:%v 请重试", err))
} else {