feat: Refactor user ID card update logic and add corresponding database mapping
This commit is contained in:
@@ -37,5 +37,7 @@ public interface AppUserMapper extends BaseMapper<AppUser>
|
||||
|
||||
SysUser selectSysUserIdcard(@Param("idCard") String idCard);
|
||||
|
||||
int updateSysUserIdCard(@Param("userId") Long userId, @Param("idCard") String idCard);
|
||||
|
||||
List<AppUserShow> selectUserApplyList(AppUser appUser);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user