This commit is contained in:
邹宗楠
2026-02-12 16:44:40 +08:00
parent 883758d9b7
commit eadbeba558

View File

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