#
Junjie
4 天以前 aeb124afcef69c8e43230bc0b31cee0616a5d9c9
src/main/java/com/zy/system/mapper/UserMapper.java
@@ -10,7 +10,9 @@
@Repository
public interface UserMapper extends BaseMapper<User> {
    User selectByMobileWithMfa(@Param("mobile") String mobile);
    User selectByMobileWithSecurity(@Param("mobile") String mobile);
    User selectByIdWithMfa(@Param("id") Long id);
    User selectByIdWithSecurity(@Param("id") Long id);
    User selectByPasskeyCredentialId(@Param("credentialId") String credentialId);
}