提交 004e7331 authored 作者: 133's avatar 133

[用户 丢失] 添加阅知

上级 1acf5f4f
...@@ -12,6 +12,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; ...@@ -12,6 +12,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
*/ */
@SpringBootApplication(scanBasePackages = { @SpringBootApplication(scanBasePackages = {
"com.tykj.dev.device.matching*", "com.tykj.dev.device.matching*",
"com.tykj.dev.device.*"
} }
) )
public class matchingApp { public class matchingApp {
......
...@@ -22,8 +22,8 @@ public interface UserService extends PublicService<User> { ...@@ -22,8 +22,8 @@ public interface UserService extends PublicService<User> {
/** /**
* 根据用户名查询用户对象 * 根据用户名查询用户对象
* *
* @param userName * @param userName 用户名称
* @return * @return 用户对象
*/ */
User findByUserName(String userName); User findByUserName(String userName);
...@@ -31,9 +31,7 @@ public interface UserService extends PublicService<User> { ...@@ -31,9 +31,7 @@ public interface UserService extends PublicService<User> {
/** /**
* 查询同级人员 * 查询同级人员
* * @param userId 用户Id
* @param userId
* @return
*/ */
List<UserShenRe> findByUserId(Integer userId); List<UserShenRe> findByUserId(Integer userId);
...@@ -90,15 +88,6 @@ public interface UserService extends PublicService<User> { ...@@ -90,15 +88,6 @@ public interface UserService extends PublicService<User> {
*/ */
List<User> findSubordinate(Integer userId); List<User> findSubordinate(Integer userId);
/**
* 根据用户ID查询下级所有用户 UserTrainVo
*
* @param userId 用户ID
* @return 用户集合
*/
// List<UserTrainVo> findByIdUserTarinVo(Integer userId);
/** /**
* 根据用户ID查询下级单位集合 UnitsTrainVo * 根据用户ID查询下级单位集合 UnitsTrainVo
* *
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论