判断账号是否重复处添加角色id

master
shijie 4 years ago
parent 0def26a6ff
commit 1e3b1c7dec
  1. 2
      src/main/java/com/yipin/liuwanr/mapper/UserInfoMapper.java

@ -274,7 +274,7 @@ public interface UserInfoMapper {
void updateStaffLogInNumber(UserInfo user);
//查询账号是否存在
@Select("SELECT account,email,userName,userId,uniqueIdentificationAccount,phone from hr_user_info where isdel = 0 and account = #{account}")
@Select("SELECT account,email,userName,userId,uniqueIdentificationAccount,phone,roleId from hr_user_info where isdel = 0 and account = #{account}")
List<UserInfo> queryAccountIsExist(String account);
//查询账号是否存在

Loading…
Cancel
Save