mt price
This commit is contained in:
@@ -6644,10 +6644,10 @@ func BatchSetRestockingPrice(ctx *jxcontext.Context, preData map[string][]mtwmap
|
||||
for k, v := range preData {
|
||||
//获取京西平台storeID
|
||||
globals.SugarLogger.Debugf("k==============%s", k)
|
||||
if storeID, vendorOrgCode, err := dao.GetCodeAndIDByMeiTuan(k); err != nil {
|
||||
if storeID, err := dao.GetCodeAndIDByMeiTuan(k); err != nil {
|
||||
return errors.New(fmt.Sprintf("获取京西本地门店ID失败:%v 请重试", err))
|
||||
} else {
|
||||
globals.SugarLogger.Debugf("检查数据storeID=%d vendorOrgCode=%s", storeID, vendorOrgCode)
|
||||
globals.SugarLogger.Debugf("检查数据storeID===============%d", storeID)
|
||||
for _, i := range v {
|
||||
param := &mtwmapi.SpuData{
|
||||
AppSpuCode: i.AppSpuCode,
|
||||
|
||||
Reference in New Issue
Block a user