- revert true to globals.EnableStoreWrite in jd RefreshAllSkusID

This commit is contained in:
gazebo
2018-10-31 13:04:29 +08:00
parent bbccf09d02
commit fdd50744f0

View File

@@ -287,7 +287,7 @@ func (p *PurchaseHandler) RefreshAllSkusID(ctx *jxcontext.Context, parentTask ta
} }
} }
globals.SugarLogger.Debug(utils.Format4Output(skuPairs, false)) globals.SugarLogger.Debug(utils.Format4Output(skuPairs, false))
if true { //globals.EnableStoreWrite { if globals.EnableStoreWrite {
_, err = api.JdAPI.BatchUpdateOutSkuId(skuPairs) _, err = api.JdAPI.BatchUpdateOutSkuId(skuPairs)
} }
return nil, err return nil, err