Commit 6145897e7bfb113aa16476d7fb58678020e15fef
1 parent
f20d89194c
Exists in
master
and in
6 other branches
产检医生统计
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarFollowUp.xml
View file @
6145897
| ... | ... | @@ -268,7 +268,7 @@ |
| 268 | 268 | <include refid="orderAndLimit"/> |
| 269 | 269 | </select> |
| 270 | 270 | |
| 271 | - <select id="queryBabyPatientExtendEarFollowUpByBaby" resultMap="BabyPatientExtendEarFollowUpResultMap" parameterType="com.lymsh.mommybaby.maindata.model.BabyPatientExtendEarFollowUpQuery"> | |
| 271 | + <select id="queryBabyPatientExtendEarFollowUpByBaby" resultMap="BabyPatientExtendEarFollowUpResultMap" parameterType="com.lyms.platform.permission.model.BabyPatientExtendEarFollowUpQuery"> | |
| 272 | 272 | select id,baby_id,follow_time,follow_addr,mark_time,mark_result,mark_detail,follow_info,audiphone,operation,artifi_cochlea,is_audiphone,is_operation,is_artifi_cochlea,guide_opinion,follow_doctor_name,follow_doctor_id,next_time,ifdel,ifclose,hospital_id,modify_time,modify_id,create_time,create_id,enalble |
| 273 | 273 | from baby_patient_extend_ear_follow_up |
| 274 | 274 |