|
|
|
@ -9,6 +9,7 @@
|
|
|
|
|
<result property="no" column="no" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="patientId" column="patient_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="patientHeadPic" column="patient_head_pic" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="digitalHumanType" column="digital_human_type" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="patientName" column="patient_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="patientGender" column="patient_gender" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="patientAge" column="patient_age" jdbcType="INTEGER"/>
|
|
|
|
@ -34,7 +35,7 @@
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id,no,patient_id,patient_head_pic,
|
|
|
|
|
id,no,patient_id,patient_head_pic,digital_human_type,
|
|
|
|
|
patient_name,patient_gender,patient_age,
|
|
|
|
|
patient_marriage,patient_profession,patient_phone,
|
|
|
|
|
native_place,patient_nation,patient_postcode,
|
|
|
|
|