Commit 595288b7d516f28704f17b7a4a834ac655fa8ac5
1 parent
e42cae3e1b
Exists in
master
and in
6 other branches
update13
Showing 1 changed file with 9 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarScreen.xml
View file @
595288b
| ... | ... | @@ -211,7 +211,15 @@ |
| 211 | 211 | |
| 212 | 212 | <select id="getBabyPatientExtendEarScreen" resultMap="BabyPatientExtendEarScreenResultMap" |
| 213 | 213 | parameterType="java.lang.String"> |
| 214 | -select id,baby_id,screen_type,check_hospital_id,screen_date,high_risk_cause,oae_left,oae_right,aabr_left,aabr_right,abr_left,abr_right,gjb2_del_35,gjb2_del_176,gjb2_del_235,gjb2_del_299,gjb3_slc26a4_538,gjb3_slc26a4_2168,gjb3_slc26a4_ivs7,rrna_1494,rrna_1555,process_option_type,process_option_desc,guid_opinion,check_doctor_id,referral_date,create_date,create_user_id,create_hospital_id,next_check_time,last_update_date,last_update_user_id,last_update_hospital_id,status,scr_ispass,pid | |
| 214 | +select id,baby_id,screen_type,check_hospital_id,screen_date,high_risk_cause,oae_left,oae_right,aabr_left,aabr_right,abr_left,abr_right,gjb2_del_35,gjb2_del_176,gjb2_del_235,gjb2_del_299,gjb3_slc26a4_538,gjb3_slc26a4_2168,gjb3_slc26a4_ivs7,rrna_1494,rrna_1555,process_option_type,process_option_desc,guid_opinion,check_doctor_id,referral_date,create_date,create_user_id,create_hospital_id,next_check_time,last_update_date,last_update_user_id,last_update_hospital_id,status,scr_ispass,pid,motherGjb2Del35, | |
| 215 | +motherGjb2Del176, | |
| 216 | +motherGjb2Del235, | |
| 217 | +motherGjb2Del299, | |
| 218 | +motherGjb3Slc26a4538, | |
| 219 | +motherGjb3Slc26a42168, | |
| 220 | +motherGjb3Slc26a4Ivs7, | |
| 221 | +motherRrna1494, | |
| 222 | +motherRrna1555 | |
| 215 | 223 | from baby_patient_extend_ear_screen where id = #{id,jdbcType=VARCHAR} |
| 216 | 224 | </select> |
| 217 | 225 |