|
@@ -1436,6 +1436,7 @@ public class SysUserController {
|
|
|
@GetMapping("/selectUserList")
|
|
|
public R selectUserList(Page page, UserDTO userDTO) {
|
|
|
|
|
|
+ userDTO.setSubType(null);
|
|
|
if (StrUtil.isNotBlank(userDTO.getSubjectLocation())) {
|
|
|
String[] locationArr = Stream.of(SubjectLocation.values())
|
|
|
.map(SubjectLocation::getType)
|