Commit 2f8fbebc64d3b5d1f00e3bf9494aff8f89eb9d63
1 parent
742aba00b4
Exists in
master
and in
6 other branches
儿保健建档相关接口
Showing 1 changed file with 3 additions and 3 deletions
platform-biz-service/src/main/resources/mainOrm/master/BabyEyePatientMapper.xml
View file @
2f8fbeb
| ... | ... | @@ -2,7 +2,7 @@ | 
| 2 | 2 | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > | 
| 3 | 3 | <mapper namespace="com.lyms.platform.permission.dao.master.BabyEyePatientMapper"> | 
| 4 | 4 | |
| 5 | - <resultMap type="com.lyms.platform.pojo.BabyEyePatient" id="babyEyePatientMap"> | |
| 5 | + <!-- <resultMap type="com.lyms.platform.pojo.BabyEyePatient" id="babyEyePatientMap"> | |
| 6 | 6 | <result column="id" property="id"/> | 
| 7 | 7 | <result column="created" property="created"/> | 
| 8 | 8 | <result column="yn" property="yn"/> | 
| ... | ... | @@ -54,7 +54,7 @@ | 
| 54 | 54 | <result column="gesell" property="gesell"/> | 
| 55 | 55 | <result column="diagnosi_ids" property="diagnosiId" /> | 
| 56 | 56 | <result column="hospitalization_num" property="hospitalizationNum"/> | 
| 57 | - <!--<result column="ddIds" property="ddIds" />--> | |
| 57 | + <!–<result column="ddIds" property="ddIds" />–> | |
| 58 | 58 | <result column="doctor" property="doctor"/> | 
| 59 | 59 | <result column="book_building_date" property="bookBuildingDate"/> | 
| 60 | 60 | <result column="vc_card_no" property="vcCardNo"/> | 
| ... | ... | @@ -479,6 +479,6 @@ | 
| 479 | 479 | update baby_ear_patient | 
| 480 | 480 | <include refid="columnUpdate" /> | 
| 481 | 481 | where id = #{id} | 
| 482 | - </update> | |
| 482 | + </update>--> | |
| 483 | 483 | </mapper> |