|
|
|
@ -292,4 +292,8 @@ public class CoreUserService extends CoreBaseService<CoreUser> {
|
|
|
|
|
public CoreUser findByUsername(String username){
|
|
|
|
|
return coreUserDao.findByUsername(username);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public List<Map<String,Object>> findAllUser(){
|
|
|
|
|
return coreUserDao.findAllUser();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|