This commit is contained in:
邹宗楠
2026-02-12 16:34:50 +08:00
parent aa243355f0
commit c913bec594

View File

@@ -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))
}