Commit 191d2e2dd9330009a9a92366931cbf56436a9434
1 parent
105596faf6
Exists in
master
and in
6 other branches
听筛
Showing 1 changed file with 10 additions and 0 deletions
platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarScreen.xml
View file @
191d2e2
... | ... | @@ -438,6 +438,10 @@ |
438 | 438 | and aabr_left = 1 |
439 | 439 | and abr_left = 1 |
440 | 440 | ) |
441 | + and (oae_right =-1 | |
442 | + OR aabr_right = -1 | |
443 | + OR abr_right = -1 | |
444 | + ) | |
441 | 445 | </if> |
442 | 446 | <if test="scrIspass != null and scrIspass ==2"> |
443 | 447 | and( |
... | ... | @@ -461,6 +465,12 @@ |
461 | 465 | oae_right =1 |
462 | 466 | and aabr_right = 1 |
463 | 467 | and abr_right = 1 |
468 | + ) | |
469 | + | |
470 | + and( | |
471 | + oae_left =-1 | |
472 | + OR aabr_left = -1 | |
473 | + OR abr_left = -1 | |
464 | 474 | ) |
465 | 475 | </if> |
466 | 476 | <if test="scrIspass != null and scrIspass ==2"> |