Commit 2c4d3b9f9ce24675f1b259fd590b0d9cd16c6834
1 parent
ff1e434954
Exists in
master
and in
6 other branches
产筛功能修改
Showing 1 changed file with 5 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
2c4d3b9
| ... | ... | @@ -338,9 +338,12 @@ |
| 338 | 338 | /** |
| 339 | 339 | * 栾平妇幼定制 |
| 340 | 340 | * */ |
| 341 | - if ("2100001377".equals(hospitalId)) { | |
| 342 | - siveStatus = "已产筛"; | |
| 341 | + for (SieveModel sieve : list) { | |
| 342 | + if ("2100001377".equals(hospitalId) && sieve.getStatus() == 3) { | |
| 343 | + siveStatus = "已产筛"; | |
| 344 | + } | |
| 343 | 345 | } |
| 346 | + | |
| 344 | 347 | |
| 345 | 348 | } else { |
| 346 | 349 | SieveApplyOrderQuery sieveApplyOrderQuery1 = new SieveApplyOrderQuery(); |