Commit 955a0de82a46b4a41f8207aa5bbc4e7da801c670
1 parent
228c72669b
Exists in
master
and in
2 other branches
去掉大同高危因素后面有1的问题
Showing 1 changed file with 3 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BasicConfigFacade.java
View file @
955a0de
| ... | ... | @@ -78,7 +78,8 @@ | 
| 78 | 78 | } | 
| 79 | 79 | } | 
| 80 | 80 | |
| 81 | - if (StringUtils.isNotEmpty(orgId)&&orgId.equalsIgnoreCase("2100002419")) { | |
| 81 | + //这是干啥呢,蒙了?去掉 20231030 | |
| 82 | + /* if (StringUtils.isNotEmpty(orgId)&&orgId.equalsIgnoreCase("2100002419")) { | |
| 82 | 83 | System.out.println("+++++++++++++++orgId++++++++++++++++++++"); | 
| 83 | 84 | System.out.println(orgId); | 
| 84 | 85 | System.out.println("+++++++++++++++orgId++++++++++++++++++++"); | 
| ... | ... | @@ -87,7 +88,7 @@ | 
| 87 | 88 | BasicConfig basicConfig = basicConfigIterator.next(); | 
| 88 | 89 | basicConfig.setName(basicConfig.getName()+"1"); | 
| 89 | 90 | } | 
| 90 | - } | |
| 91 | + }*/ | |
| 91 | 92 | |
| 92 | 93 | //主节点数据 | 
| 93 | 94 | basicConfigQuery.setTypeId(null); |