权限修改

master
zxf 2023-11-20 23:00:21 +08:00
parent ac738d0a1e
commit 543cfd6452
4 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#save ini #save ini
#Mon Nov 13 23:34:01 CST 2023 #Tue Nov 14 23:19:56 CST 2023
deploystamp=1612237236000 deploystamp=1612237236000

View File

@ -1401,7 +1401,7 @@ public List<Map> zql(Params params) {
l.get(i).put("pingjun",zhuanhuan*100+"%"); l.get(i).put("pingjun",zhuanhuan*100+"%");
} }
if (query == 2||query==4) { /* if (query == 2||query==4) {
for(int i=1;i<l.size();i++){ for(int i=1;i<l.size();i++){
List<Map> h= new ArrayList<>(); List<Map> h= new ArrayList<>();
if(l.get(i).get("org_name").equals(orgname)){ if(l.get(i).get("org_name").equals(orgname)){
@ -1409,7 +1409,7 @@ public List<Map> zql(Params params) {
return h; return h;
} }
} }
} }*/
return l; return l;
} }