From a3f2ebb7b3305cfdf70ce67ac5eae09c1560f25a Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Tue, 18 Feb 2025 13:53:38 +0800
Subject: [PATCH] 图片

---
 src/main/java/com/nq/service/impl/UserWithdrawServiceImpl.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/nq/service/impl/UserWithdrawServiceImpl.java b/src/main/java/com/nq/service/impl/UserWithdrawServiceImpl.java
index e88285a..6cd9324 100644
--- a/src/main/java/com/nq/service/impl/UserWithdrawServiceImpl.java
+++ b/src/main/java/com/nq/service/impl/UserWithdrawServiceImpl.java
@@ -330,6 +330,7 @@
     }
 
 
+    @Transactional
     public ServerResponse updateState(Integer withId, Integer state, String authMsg) throws Exception {
         UserWithdraw userWithdraw = this.userWithdrawMapper.selectByPrimaryKey(withId);
         SiteSetting siteSetting = siteSettingService.getSiteSetting();

--
Gitblit v1.9.3