From af2e95ef74de7266d5c21af06b633a0b14729dcf Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Fri, 29 Nov 2024 13:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E9=94=99=E5=88=AB?= =?UTF-8?q?=E5=AD=97=E5=AD=97=E5=85=B84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/controller/ErrorWord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controller/ErrorWord.go b/api/controller/ErrorWord.go index 687e778..02cc689 100644 --- a/api/controller/ErrorWord.go +++ b/api/controller/ErrorWord.go @@ -223,6 +223,6 @@ func (r *BaseErrorWord) OperationErrorWord(c *gin.Context) { } } - tx.Commit() + //tx.Commit() responses.Ok(c) }