From 0d71509aff31084f92d26ff4e7a7b5d1ef4c831f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 16 Dec 2024 18:24:06 +0800 Subject: [PATCH] 1 --- controllers/bidding.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/bidding.go b/controllers/bidding.go index bbd65b089..e83021041 100644 --- a/controllers/bidding.go +++ b/controllers/bidding.go @@ -16,6 +16,7 @@ import ( "git.rosy.net.cn/jx-callback/business/model" "git.rosy.net.cn/jx-callback/business/model/dao" "git.rosy.net.cn/jx-callback/business/partner" + "git.rosy.net.cn/jx-callback/globals" "git.rosy.net.cn/jx-callback/globals/api" "github.com/astaxie/beego/server/web" "strings" @@ -330,10 +331,10 @@ func (c *BiddingController) RefreshSkuNameMTAAttr() { break } } - break } } byteV2, _ := json.Marshal(attr) + globals.SugarLogger.Debugf("-------%s", string(byteV2)) dao.UpdateSkuNameMtAttr(db, int64(v.ID), string(byteV2)) break }