From fa3bf5c824e2ace5dd02b57334dfa385bfdcce49 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Wed, 11 Mar 2026 19:01:18 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/dao/questionnaire_survey.go b/internal/dao/questionnaire_survey.go index 90b6e55..2700afa 100644 --- a/internal/dao/questionnaire_survey.go +++ b/internal/dao/questionnaire_survey.go @@ -89,6 +89,7 @@ func SendQuestionnaireSurvey(req *bundle.SendQuestionnaireSurveyRequest) (resp * UserTel: userInfo.UserTel, OrderUUID: orderRecord.UUID, SendTime: timeParse(time.Now().Format("2006-01-02 15:04:05")), + SubmitTime: timeParse(time.Now().Format("2006-01-02 15:04:05")), SurveyStatus: msg.QuestionnaireSent, BundleInfo: string(bundleInfoJSON), SurveyTitle: req.SurveyTitle,