xufenglei
2017-12-28 5b556b5a79433f7989fab10566fea5c1ea9c34da
src/main/java/com/moral/service/impl/AccountServiceImpl.java
@@ -129,9 +129,6 @@
   @Transactional
   public Integer deleteAccountByLogic(Account account) {
      account.setIsDelete(Constants.IS_DELETE_TRUE);
      if (account.getId() > 0) {
         throw new BusinessException("hahahahahah..................");
      }
      return accountMapper.updateByPrimaryKeySelective(account);
   }