Commit 561fd02321cd6517202a0821594dbf092d13f655
1 parent
191d2e2dd9
Exists in
master
and in
6 other branches
听筛
Showing 1 changed file with 13 additions and 0 deletions
platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarScreen.xml
View file @
561fd02
... | ... | @@ -449,6 +449,12 @@ |
449 | 449 | OR aabr_left = -1 |
450 | 450 | OR abr_left = -1 |
451 | 451 | ) |
452 | + | |
453 | + and (oae_right =1 | |
454 | + and aabr_right = 1 | |
455 | + and abr_right = 1 | |
456 | + ) | |
457 | + | |
452 | 458 | </if> |
453 | 459 | <if test="scrIspass == null"> |
454 | 460 | and( |
... | ... | @@ -479,6 +485,13 @@ |
479 | 485 | OR aabr_right = -1 |
480 | 486 | OR abr_right = -1 |
481 | 487 | ) |
488 | + | |
489 | + and( | |
490 | + oae_left =1 | |
491 | + and aabr_left = 1 | |
492 | + and abr_left = 1 | |
493 | + ) | |
494 | + | |
482 | 495 | </if> |
483 | 496 | <if test="scrIspass == null"> |
484 | 497 | and( |