From 13a3348bb96bf3b1bd9c5747e183a2ab9c78fcfb Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Fri, 26 Jun 2026 17:14:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B2=A1=E6=9C=89=E5=BE=85?= =?UTF-8?q?=E5=A4=84=E7=90=86=E8=AE=B0=E5=BD=95=E6=97=B6GUI=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E4=B8=8D=E6=89=93=E5=8D=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/service/goods_service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/service/goods_service.go b/internal/service/goods_service.go index a5616f4..12e1621 100644 --- a/internal/service/goods_service.go +++ b/internal/service/goods_service.go @@ -172,7 +172,6 @@ func (s *GoodsService) syncGoodsPricing() { return } if record == nil { - log.Printf("[syncGoodsPricing] 没有待处理的记录, 跳过本次同步") return } log.Printf("[syncGoodsPricing] 获取到待处理记录: id=%d, isbn=%s, book_name=%s, out_id=%s, fail_count=%d",