xufenglei
2018-01-02 a970b81177a41e1550012ff40446e143bbf9ef22
src/main/java/com/moral/service/impl/AccountServiceImpl.java
@@ -127,13 +127,6 @@
   @Override
   @Transactional
   public Integer deleteAccountByLogic(Account account) {
      account.setIsDelete(Constants.IS_DELETE_TRUE);
      return accountMapper.updateByPrimaryKeySelective(account);
   }
   @Override
   @Transactional
   public Integer deleteAccountsByLogic(List<Integer> ids) {
      Account account = new Account();
      account.setIsDelete(Constants.IS_DELETE_TRUE);