From 8fedc385c6c0e7e0cf39221d001241b99ad99368 Mon Sep 17 00:00:00 2001 From: cjy Date: Tue, 16 Dec 2025 19:32:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=A2=9E=E5=8A=A0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/bundle/bundleBalance.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/service/bundle/bundleBalance.go b/pkg/service/bundle/bundleBalance.go index 07a22b4..1bb078c 100644 --- a/pkg/service/bundle/bundleBalance.go +++ b/pkg/service/bundle/bundleBalance.go @@ -260,6 +260,8 @@ func WorkAnalysisConfirm(c *gin.Context) { // 确认数据分析并扣除余量 ConfirmRemark: req.ConfirmRemark, ConfirmStatus: 2, }) + fmt.Println("res:", res) + fmt.Println("err:", err) if err != nil { service.Error(c, errors.New(common.UpdateWorkStatusFailed)) return