diff --git a/pkg/service/bundle/bundleBalance.go b/pkg/service/bundle/bundleBalance.go index fe011f0..8ede376 100644 --- a/pkg/service/bundle/bundleBalance.go +++ b/pkg/service/bundle/bundleBalance.go @@ -6,6 +6,7 @@ import ( "fonchain-fiee/api/bundle" "fonchain-fiee/api/cast" "fonchain-fiee/pkg/service" + "log" "strconv" bundleModel "fonchain-fiee/pkg/model/bundle" @@ -157,7 +158,7 @@ func WorkConfirm(c *gin.Context) { // 确认作品并扣除余量 service.Error(c, err) return } - + log.Print("req.ConfirmRemark:", req.ConfirmRemark) if req.ConfirmStatus == 2 { // 驳回完直接结束 res, err := service.CastProvider.UpdateStatus(c, &cast.UpdateStatusReq{ WorkAction: cast.WorkActionENUM_CONFIRM,