魏超 4 年 前
コミット
0c03900ace
共有1 個のファイルを変更した0 個の追加3 個の削除を含む
  1. 0
    3
      src/main/java/com/huiju/estateagents/redpack/service/impl/TaOrgAccountServiceImpl.java

+ 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) {