| | |
| | | <result property="deleted" column="deleted"/> |
| | | <result property="fromBy" column="from_by"/> |
| | | <result property="zzsjj" column="zzsjj" typeHandler="com.ltkj.common.mybatis.JsonStringArrayTypeHandler"/> |
| | | <result property="contactPoison" column="contact_poison"/> |
| | | <result property="gongZhong" column="gong_zhong"/> |
| | | <result property="gongLing" column="gong_ling"/> |
| | | <result property="jhgl" column="jhgl"/> |
| | | </resultMap> |
| | | |
| | | <resultMap id="TjAskMedicalHistoryTjAskHistorysResult" type="TjAskMedicalHistory" extends="TjAskMedicalHistoryResult"> |
| | |
| | | <sql id="selectTjAskMedicalHistoryVo"> |
| | | select ask_id, cus_id, cus_name, work, work_status, medical_history, chuchao, jingqi, zhouqi, mociage, zinv, liuchan, |
| | | zaochan, sichan, yichangtai, xiyan, xiyanpinlv, xiyanyear, yinjiu, yinjiupinlv, yinjiuyear, qita, remark, create_by, |
| | | create_time, update_by, update_time, deleted,from_by,zzsjj |
| | | create_time, update_by, update_time, deleted,from_by,zzsjj,contact_poison,gong_zhong,gong_ling,jhgl |
| | | from tj_ask_medical_history |
| | | </sql> |
| | | |