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();