lizijie
2019-09-02 3649b739991d079ee1669f02c60b3ee01c2877e1
src/main/java/com/moral/mapper/AccountMapper.java
@@ -7,6 +7,7 @@
import com.moral.entity.Account;
public interface AccountMapper extends BaseMapper<Account> {
   List<Map<String, Object>> getRoleNameByAccountId(Integer accountId);
   Account getByAccountName(String name);
   Map<String, Object> getOrganizationIdByAccountId(Integer accountId);
}