1
This commit is contained in:
@@ -3104,11 +3104,12 @@ func UpdateVendorImg(ctx *jxcontext.Context, storeId int, imgWaterMark string, v
|
|||||||
if exPrefix != "" {
|
if exPrefix != "" {
|
||||||
param["name"] = fmt.Sprintf("%s %s", exPrefix, v.Name)
|
param["name"] = fmt.Sprintf("%s %s", exPrefix, v.Name)
|
||||||
}
|
}
|
||||||
|
globals.SugarLogger.Debugf("------param := %s", utils.Format4Output(param, false))
|
||||||
api.RetailInitData(utils.GetUUID(), storeDetail.VendorStoreID, v.AppFoodCode, param)
|
api.RetailInitData(utils.GetUUID(), storeDetail.VendorStoreID, v.AppFoodCode, param)
|
||||||
globals.SugarLogger.Debugf("------qiNiuImg := %s", qiNiuImg)
|
globals.SugarLogger.Debugf("------qiNiuImg := %s", qiNiuImg)
|
||||||
globals.SugarLogger.Debugf("------ImgMix := %s", ImgMix)
|
globals.SugarLogger.Debugf("------ImgMix := %s", ImgMix)
|
||||||
jxutils.DeleteExportContent(strings.Split(qiNiuImg, "/")[3])
|
//jxutils.DeleteExportContent(strings.Split(qiNiuImg, "/")[3])
|
||||||
jxutils.DeleteExportContent(strings.Split(ImgMix, "/")[3])
|
//jxutils.DeleteExportContent(strings.Split(ImgMix, "/")[3])
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user