src/main/java/com/moral/service/AccountService.java
@@ -12,14 +12,16 @@ Account getAccountByAccountName(String account); void setOrgIdsByAccount(Map<String, Object> parameters); Account getAccountById(Integer id); void setOrgIdsByAccount(Map<String, Object> parameters); PageBean<Account> getAccountListByPage(Map<String, Object> parameters); Integer saveOrUpdateAccount(Account account); Integer deleteAccountByLogic(Account account); Integer deleteAccountsByLogic(List<Integer> ids); Integer getAccountCountByAccountName(String accountName); }