1
This commit is contained in:
@@ -588,7 +588,14 @@ func (p *PurchaseHandler) UpdateStoreSkusStatus(ctx *jxcontext.Context, vendorOr
|
||||
}
|
||||
|
||||
param.ParamList = &updateSkuList
|
||||
if vendorStoreID == "JX668428" {
|
||||
globals.SugarLogger.Debugf("============UpdateStoreSkusStatus := %s", utils.Format4Output(param, false))
|
||||
}
|
||||
result, err := api.UpdateStoreSku(param)
|
||||
if vendorStoreID == "JX668428" {
|
||||
globals.SugarLogger.Debugf("============result := %s", utils.Format4Output(result, false))
|
||||
globals.SugarLogger.Debugf("============result := %v", err)
|
||||
}
|
||||
if err != nil {
|
||||
globals.SugarLogger.Debugf("UpdateStoreSku Tao Vegetable err : %s", err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user