于紫祥_1901
2020-08-13 a0b7214e89c4abd596ce8ad5ab115e9c7ea3dcda
src/main/java/com/moral/service/AccountService.java
@@ -12,6 +12,8 @@
   Map<String, Object> screenLogin(Map<String, Object> parameters);
    Map<String, Object> screenLoginNew(Map<String, Object> parameters);
   Account getAccountByAccountName(String account);
    Account getAccountById(Integer id);
@@ -31,8 +33,6 @@
   Account companyLogin(Map<String, Object> parameters);
   
   Map<String, Object> getOrganizationIdByAccountId(String id);
    List<Account> getAccountList(String accountName);
    List<Role> getRolesByAccountName(String accountName);