Commit 9db8cd54de7ffc5a0be5ebf0a6f111b2b1e26467

Authored by yangfei
1 parent 2cd34e2d12

听力诊断模块

Showing 1 changed file with 9 additions and 0 deletions

platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarScreen.xml View file @ 9db8cd5
... ... @@ -628,6 +628,15 @@
628 628 </foreach>
629 629 )
630 630 </if>
  631 + and
  632 + screen_type = 2
  633 + and
  634 + (
  635 + oae_left =-1
  636 + or oae_right = -1
  637 + or aabr_left = -1
  638 + or aabr_right = -1
  639 + )
631 640 ORDER BY sc.create_date DESC
632 641 </where>
633 642 </select>