1
This commit is contained in:
@@ -3112,6 +3112,9 @@ func UpdateVendorImg(ctx *jxcontext.Context, storeId int, imgWaterMark string, v
|
||||
if exPrefix != "" {
|
||||
param["name"] = fmt.Sprintf("%s %s", exPrefix, v.Name)
|
||||
}
|
||||
|
||||
return utils.Format4Output(param, false), nil
|
||||
|
||||
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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user