- enable jd RefreshAllStoresID

This commit is contained in:
gazebo
2018-10-28 21:48:39 +08:00
parent 495e1d90f0
commit a4bb889e17

View File

@@ -220,7 +220,7 @@ func (p *PurchaseHandler) RefreshAllStoresID(ctx *jxcontext.Context, parentTask
if step == 1 {
storeParams["outSystemId"] = utils.GetUUID()
}
if globals.EnableStoreWrite {
if true { //globals.EnableStoreWrite {
err = api.JdAPI.UpdateStoreInfo4Open(store.VendorStoreID, ctx.GetUserName(), storeParams)
}
return nil, err