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