diff --git a/business/jxstore/cms/sku.go b/business/jxstore/cms/sku.go index 0ff4f044f..6664d9c6f 100644 --- a/business/jxstore/cms/sku.go +++ b/business/jxstore/cms/sku.go @@ -3112,7 +3112,7 @@ func UpdateVendorImg(ctx *jxcontext.Context, storeId int, imgWaterMark string, v if exPrefix != "" { param["name"] = fmt.Sprintf("%s %s", exPrefix, v.Name) } - globals.SugarLogger.Debugf("-------------: %s", utils.Format4Output(params, false)) + globals.SugarLogger.Debugf("-------------: %s", utils.Format4Output(param, false)) //if err = api.RetailInitData(utils.GetUUID(), storeDetail.VendorStoreID, v.AppFoodCode, param); err != nil { // globals.SugarLogger.Debugf("------foodCode := %s ,err := %v param := %s", v.AppFoodCode, err, utils.Format4Output(params, false)) //}