|
@@ -64,16 +64,6 @@ public class SmsLoginHandler extends AbstractLoginHandler {
|
|
UserDTO userDTO = new UserDTO();
|
|
UserDTO userDTO = new UserDTO();
|
|
userDTO.setPlatId(identify);
|
|
userDTO.setPlatId(identify);
|
|
|
|
|
|
- List<Integer> roleList = new ArrayList<>();
|
|
|
|
- roleList.add(5);
|
|
|
|
- roleList.add(6);
|
|
|
|
- roleList.add(10);
|
|
|
|
- // 患者教育-HCP角色
|
|
|
|
- roleList.add(13);
|
|
|
|
- roleList.add(31);
|
|
|
|
-
|
|
|
|
- userDTO.setRole(roleList);
|
|
|
|
-
|
|
|
|
List<UserVO> user = sysUserService.getUserVoByPlatId(userDTO);
|
|
List<UserVO> user = sysUserService.getUserVoByPlatId(userDTO);
|
|
|
|
|
|
if (user == null) {
|
|
if (user == null) {
|