This commit is contained in:
邹宗楠
2026-01-28 17:42:40 +08:00
parent c64eb674c2
commit d285ea1716
2 changed files with 4 additions and 0 deletions

View File

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