1
This commit is contained in:
@@ -3089,6 +3089,8 @@ func UpdateVendorImg(ctx *jxcontext.Context, storeId int, imgWaterMark string, v
|
||||
|
||||
param := map[string]interface{}{}
|
||||
if imgWaterMark != "" {
|
||||
globals.SugarLogger.Debugf("---foodList := %s", utils.Format4Output(v, false))
|
||||
|
||||
if ImgMix := jxutils.MixWatermarkImg2(imgWaterMark, v.PictureList[0], &fromTimeP, &toTimeP); ImgMix != "" {
|
||||
globals.SugarLogger.Debugf("---ImgMix := %s", ImgMix)
|
||||
picture := make([]string, 0, len(v.PictureList))
|
||||
|
||||
Reference in New Issue
Block a user