ZhuDongming
2019-12-04 013f480082d982b7542bfd812edb0913882ecbe4
src/main/java/com/moral/mapper/AccountMapper.java
@@ -12,11 +12,11 @@
public interface AccountMapper extends BaseMapper<Account> {
   List<Map<String, Object>> getRoleNameByAccountId(Integer accountId);
    List<Map<String, Object>> getRoleNameByAccountId(Integer accountId);
   Account getByAccountName(String name);
    Account getByAccountName(String name);
   Map<String, Object> getOrganizationIdByAccountId(Integer accountId);
    Map<String, Object> getOrganizationIdByAccountId(Integer accountId);
    List<Account> getAccountList(@Param("accountName") String accountName);