|
|
@ -62,6 +62,12 @@ public class PublicConfig { |
|
|
userByPortList.add(userByPort); |
|
|
userByPortList.add(userByPort); |
|
|
return userByPortList; |
|
|
return userByPortList; |
|
|
} |
|
|
} |
|
|
|
|
|
if (Long.compare(maindeparment, 111) == 0) { |
|
|
|
|
|
// 如果申请人部门为仓储
|
|
|
|
|
|
UserByPort userByPort = FindUserById(3604L, userKey, userToken); |
|
|
|
|
|
userByPortList.add(userByPort); |
|
|
|
|
|
return userByPortList; |
|
|
|
|
|
} |
|
|
String url = PublicConfig.external_url + "/staff/archiveslist"; |
|
|
String url = PublicConfig.external_url + "/staff/archiveslist"; |
|
|
Map<String, Object> map = new HashMap<>(); |
|
|
Map<String, Object> map = new HashMap<>(); |
|
|
map.put("adminorg", maindeparment); |
|
|
map.put("adminorg", maindeparment); |
|
|
|