简历集成、管理员修改个人密码、人才库、投递者简历推荐等功能开发
This commit is contained in:
@@ -39,5 +39,7 @@ public interface AppUserMapper extends BaseMapper<AppUser>
|
||||
|
||||
int updateSysUserIdCard(@Param("userId") Long userId, @Param("idCard") String idCard);
|
||||
|
||||
int updateSysUserPassword(@Param("userId") Long userId, @Param("password") String password);
|
||||
|
||||
List<AppUserShow> selectUserApplyList(AppUser appUser);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user