This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
34
Wiki
Activity
Browse Source
用户筛选
regionId null
tags/24082201
niohe·erbao
2 years ago
parent
84565758e0
commit
20f330534a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pmapi/src/main/java/com/ningdatech/pmapi/user/manage/UserInfoManage.java
+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/user/manage/UserInfoManage.java
View File
@@ -123,7 +123,7 @@ public class UserInfoManage {
}
}
private List<String> getCompliantOrgEmpCodeList(String orgName, String orgCode, Long regionId) {
private List<String> getCompliantOrgEmpCodeList(String orgName, String orgCode, Long regionId) {
if (regionId == 331100L){
if (
Objects.nonNull(regionId)&&
regionId == 331100L){
// 丽水默认查全部
// 丽水默认查全部
regionId = null;
regionId = null;
}
}
Write
Preview
Loading…
Cancel
Save