Commit 576af6e0f6d7a10ad91586b0b1ed123915b174cc
1 parent
d91d6a5b33
Exists in
master
and in
6 other branches
儿童听筛
Showing 1 changed file with 9 additions and 9 deletions
platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarScreen.xml
View file @
576af6e
| ... | ... | @@ -442,8 +442,8 @@ |
| 442 | 442 | <if test="scrIspass != null and scrIspass ==2"> |
| 443 | 443 | and( |
| 444 | 444 | oae_left =-1 |
| 445 | - and aabr_left = -1 | |
| 446 | - and abr_left = -1 | |
| 445 | + OR aabr_left = -1 | |
| 446 | + OR abr_left = -1 | |
| 447 | 447 | ) |
| 448 | 448 | </if> |
| 449 | 449 | <if test="scrIspass == null"> |
| ... | ... | @@ -466,8 +466,8 @@ |
| 466 | 466 | <if test="scrIspass != null and scrIspass ==2"> |
| 467 | 467 | and( |
| 468 | 468 | oae_right =-1 |
| 469 | - and aabr_right = -1 | |
| 470 | - and abr_right = -1 | |
| 469 | + OR aabr_right = -1 | |
| 470 | + OR abr_right = -1 | |
| 471 | 471 | ) |
| 472 | 472 | </if> |
| 473 | 473 | <if test="scrIspass == null"> |
| 474 | 474 | |
| ... | ... | @@ -496,12 +496,12 @@ |
| 496 | 496 | <if test="scrIspass != null and scrIspass ==2"> |
| 497 | 497 | and( |
| 498 | 498 | oae_left =-1 |
| 499 | - and aabr_left = -1 | |
| 500 | - and abr_left = -1 | |
| 499 | + OR aabr_left = -1 | |
| 500 | + OR abr_left = -1 | |
| 501 | 501 | |
| 502 | - and oae_right =-1 | |
| 503 | - and aabr_right = -1 | |
| 504 | - and abr_right = -1 | |
| 502 | + OR oae_right =-1 | |
| 503 | + OR aabr_right = -1 | |
| 504 | + OR abr_right = -1 | |
| 505 | 505 | ) |
| 506 | 506 | </if> |
| 507 | 507 | <if test="scrIspass == null"> |