From 1cb82cb4e9341fd44e62a69cbb56a9d89d05a637 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 10 Aug 2022 15:39:20 +0800 Subject: [PATCH] dd --- business/model/dao/dao_utils.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/model/dao/dao_utils.go b/business/model/dao/dao_utils.go index eaca61326..486faa671 100644 --- a/business/model/dao/dao_utils.go +++ b/business/model/dao/dao_utils.go @@ -2,6 +2,7 @@ package dao import ( "fmt" + "git.rosy.net.cn/jx-callback/globals" "reflect" "strings" "time" @@ -97,6 +98,7 @@ func GenQuestionMarks(count int) (marks string) { marks = builder.String() } } + globals.SugarLogger.Debug("输出一下marks", marks) return marks }