Commit b88d0d68d8a68529048c7c507fe691d783a4fc6d

Authored by liquanyu
1 parent 0f3df9b761

导出添加高危因素

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
... ... @@ -32,7 +32,7 @@
32 32 private String nextStartTime;
33 33 //预约复查结束时间
34 34 private String nextEndTime;
35   - //耳别 1-左耳、2-右耳
  35 + //耳别 1-左耳、2-右耳 3双耳
36 36 private Integer leftRight;
37 37 //筛查技术 1-AOE 2-AABR
38 38 private Integer srcSkill;
platform-operate-api/src/main/resources/1.docx View file @ b88d0d6

No preview for this file type