src/main/java/com/moral/service/impl/AccountServiceImpl.java
@@ -127,16 +127,6 @@ @Override @Transactional public Integer deleteAccountByLogic(Account account) { account.setIsDelete(Constants.IS_DELETE_TRUE); if (account.getId() > 0) { throw new BusinessException("hahahahahah.................."); } return accountMapper.updateByPrimaryKeySelective(account); } @Override @Transactional public Integer deleteAccountsByLogic(List<Integer> ids) { Account account = new Account(); account.setIsDelete(Constants.IS_DELETE_TRUE);