1
zj
2024-12-30 665c763cb07deb261cf4fa62c6eb574aec1d816a
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();