解决机构里面没有用户,到报表还是查询到数据的bug
This commit is contained in:
parent
be90efaa1f
commit
48311470e7
@ -289,7 +289,7 @@ public class DepotHeadService {
|
|||||||
List<String> userIdStrList = userIdList.stream().map(Object::toString).collect(Collectors.toList());
|
List<String> userIdStrList = userIdList.stream().map(Object::toString).collect(Collectors.toList());
|
||||||
return StringUtil.listToStringArray(userIdStrList);
|
return StringUtil.listToStringArray(userIdStrList);
|
||||||
} else {
|
} else {
|
||||||
return null;
|
return "-1".split(",");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user