From d68093c242314de31b771672f05fcd71fb7a4755 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 9 Nov 2023 16:28:39 +0800 Subject: [PATCH] 2 --- api/service/doctorWithdrawal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/service/doctorWithdrawal.go b/api/service/doctorWithdrawal.go index 9b1f046..228dff7 100644 --- a/api/service/doctorWithdrawal.go +++ b/api/service/doctorWithdrawal.go @@ -277,7 +277,7 @@ func (r *DoctorWithdrawalService) PutDoctorWithdrawalExamine(req requests.PutDoc } } - // tx.Commit() + tx.Commit() return true, nil }