From de3d4919e0ec808b1fb2baf65bc38e628317d7d4 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Wed, 11 Mar 2026 18:22:48 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E6=9B=B4=E6=96=B0sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dao/questionnaire_survey.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dao/questionnaire_survey.go b/internal/dao/questionnaire_survey.go index dcb755b..fd811a8 100644 --- a/internal/dao/questionnaire_survey.go +++ b/internal/dao/questionnaire_survey.go @@ -17,7 +17,7 @@ func SendQuestionnaireSurvey(req *bundle.SendQuestionnaireSurveyRequest) (resp * err = app.ModuleClients.BundleDB.Raw(` SELECT mau.id as user_id, - mau.user_num as user_num, + mau.sub_num as user_num, mau.tel_num as user_tel, marn.name as user_name from `+"`micro-account`.`user`"+` as mau