Commit fb175cd1190b6a4006b6b5083120b95642591b5a
1 parent
f8c216eedd
Exists in
master
and in
6 other branches
产检节点统计
Showing 1 changed file with 4 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckPointCountWorker.java
View file @
fb175cd
| ... | ... | @@ -143,7 +143,10 @@ |
| 143 | 143 | int itemnum36 = result.get("itemnum36"); |
| 144 | 144 | int itemnum40 = result.get("itemnum40"); |
| 145 | 145 | int cjNum = itemnum12 + itemnum15 + itemnum20 + itemnum24 + itemnum27 + itemnum36 + itemnum40; |
| 146 | - if (buildCount == 0 && cjNum == 0) { | |
| 146 | +// if (buildCount == 0 && cjNum == 0) { | |
| 147 | +// continue; | |
| 148 | +// } | |
| 149 | + if (cjNum == 0) { | |
| 147 | 150 | continue; |
| 148 | 151 | } |
| 149 | 152 | map.put("JD_NUM", buildCount); |