- revert true to globals.EnableStoreWrite in jd RefreshAllSkusID
This commit is contained in:
@@ -287,7 +287,7 @@ func (p *PurchaseHandler) RefreshAllSkusID(ctx *jxcontext.Context, parentTask ta
|
||||
}
|
||||
}
|
||||
globals.SugarLogger.Debug(utils.Format4Output(skuPairs, false))
|
||||
if true { //globals.EnableStoreWrite {
|
||||
if globals.EnableStoreWrite {
|
||||
_, err = api.JdAPI.BatchUpdateOutSkuId(skuPairs)
|
||||
}
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user