Commit b88d0d68d8a68529048c7c507fe691d783a4fc6d
1 parent
0f3df9b761
Exists in
master
and in
6 other branches
导出添加高危因素
Showing 3 changed files with 38 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarScreen.xml
View file @
b88d0d6
| ... | ... | @@ -480,6 +480,43 @@ |
| 480 | 480 | |
| 481 | 481 | </if> |
| 482 | 482 | |
| 483 | + | |
| 484 | + <if test="leftRight!= null and leftRight == 3"> | |
| 485 | + <if test="scrIspass != null and scrIspass ==1"> | |
| 486 | + and( | |
| 487 | + oae_left =1 | |
| 488 | + and aabr_left = 1 | |
| 489 | + and abr_left = 1 | |
| 490 | + | |
| 491 | + and oae_right =1 | |
| 492 | + and aabr_right = 1 | |
| 493 | + and abr_right = 1 | |
| 494 | + ) | |
| 495 | + </if> | |
| 496 | + <if test="scrIspass != null and scrIspass ==2"> | |
| 497 | + and( | |
| 498 | + oae_left =-1 | |
| 499 | + and aabr_left = -1 | |
| 500 | + and abr_left = -1 | |
| 501 | + | |
| 502 | + and oae_right =-1 | |
| 503 | + and aabr_right = -1 | |
| 504 | + and abr_right = -1 | |
| 505 | + ) | |
| 506 | + </if> | |
| 507 | + <if test="scrIspass == null"> | |
| 508 | + and( | |
| 509 | + oae_left is not null | |
| 510 | + or aabr_left is not null | |
| 511 | + or abr_left is not null | |
| 512 | + | |
| 513 | + or oae_right is not null | |
| 514 | + or aabr_right is not null | |
| 515 | + or abr_right is not null | |
| 516 | + ) | |
| 517 | + </if> | |
| 518 | + </if> | |
| 519 | + | |
| 483 | 520 | <if test="nextStartTime!=null"> |
| 484 | 521 | AND |
| 485 | 522 | <![CDATA[ |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/EarScreenListRequest.java
View file @
b88d0d6
platform-operate-api/src/main/resources/1.docx
View file @
b88d0d6