浏览代码

新需求

魏超 4 年前
父节点
当前提交
0c03900ace

+ 0
- 3
src/main/java/com/huiju/estateagents/redpack/service/impl/TaOrgAccountServiceImpl.java 查看文件

@@ -90,9 +90,6 @@ public class TaOrgAccountServiceImpl extends ServiceImpl<TaOrgAccountMapper, TaO
90 90
     @Autowired
91 91
     SMSUtils smsUtils;
92 92
 
93
-    @Autowired
94
-    private TaOrgAccountBlockedMapper taOrgAccountBlockedMapper;
95
-
96 93
     @Override
97 94
     @Transactional(rollbackFor = {RuntimeException.class})
98 95
     public ResponseBean rechargeAccount(String accountId, TaOrgAccount taOrgAccount, Integer orgId, Integer userId) {