1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| Êþº¾ 4 ? < = > countAll I(Lcom/oying/modules/system/domain/dto/UserQueryCriteria;)Ljava/lang/Long; MethodParameters criteria "RuntimeVisibleParameterAnnotations %Lorg/apache/ibatis/annotations/Param; value findAll I(Lcom/oying/modules/system/domain/dto/UserQueryCriteria;)Ljava/util/List; Signature q(Lcom/oying/modules/system/domain/dto/UserQueryCriteria;)Ljava/util/List<Lcom/oying/modules/system/domain/User;>; £(Lcom/oying/modules/system/domain/dto/UserQueryCriteria;Lcom/baomidou/mybatisplus/extension/plugins/pagination/Page;)Lcom/baomidou/mybatisplus/core/metadata/IPage; page ß(Lcom/oying/modules/system/domain/dto/UserQueryCriteria;Lcom/baomidou/mybatisplus/extension/plugins/pagination/Page<Ljava/lang/Object;>;)Lcom/baomidou/mybatisplus/core/metadata/IPage<Lcom/oying/modules/system/domain/User;>; findByUsername :(Ljava/lang/String;)Lcom/oying/modules/system/domain/User; username findByEmail email findByPhone phone
| updatePass 7(Ljava/lang/String;Ljava/lang/String;Ljava/util/Date;)V password lastPasswordResetTime RuntimeVisibleAnnotations &Lorg/apache/ibatis/annotations/Select; supdate sys_user set password = #{password} , pwd_reset_time = #{lastPasswordResetTime} where username = #{username} updateEmail '(Ljava/lang/String;Ljava/lang/String;)V Aupdate sys_user set email = #{email} where username = #{username} findByRoleId "(Ljava/lang/Long;)Ljava/util/List; roleId J(Ljava/lang/Long;)Ljava/util/List<Lcom/oying/modules/system/domain/User;>; findByRoleDeptId deptId findByMenuId menuId countByJobs (Ljava/util/Set;)I jobIds $(Ljava/util/Set<Ljava/lang/Long;>;)I countByDepts deptIds countByRoles roleIds resetPwd $(Ljava/util/Set;Ljava/lang/String;)V userIds pwd 6(Ljava/util/Set<Ljava/lang/Long;>;Ljava/lang/String;)V kLjava/lang/Object;Lcom/baomidou/mybatisplus/core/mapper/BaseMapper<Lcom/oying/modules/system/domain/User;>;
| SourceFile UserMapper.java &Lorg/apache/ibatis/annotations/Mapper; *com/oying/modules/system/mapper/UserMapper java/lang/Object /com/baomidou/mybatisplus/core/mapper/BaseMapper |
|