Browse Source

新需求

魏超 4 years ago
parent
commit
0c03900ace

+ 0
- 3
src/main/java/com/huiju/estateagents/redpack/service/impl/TaOrgAccountServiceImpl.java View File

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