修改SetMTPSStatus调用

This commit is contained in:
平凡梦
2020-07-09 14:51:22 +08:00
parent c358d7a981
commit dcf342df98
2 changed files with 4 additions and 1 deletions

View File

@@ -1292,7 +1292,7 @@ func SetMTPSStatus(ctx *jxcontext.Context, StoreId, CourierStatus int) {
sl := make(map[string]interface{})
sl["vendorStoreID"] = model.VendorIDMTPS
sl["vendorStatus"] = 0
globals.SugarLogger.Debug("因为没找到被修改配送状态的VendorStoreID是", StoreLists[0].Name)
globals.SugarLogger.Debug("因为没找到被修改配送状态的VendorStoreID是", StoreLists[0].Name, StoreId)
UpdateStoreCourierMap(ctx, nil, StoreId, model.VendorIDMTPS, sl, ctx.GetUserName())
return
}