JinPengYong
2020-06-30 d44db08aa75fe0f243c1a9a09f35a6d8432b90fb
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);