|
|
|
@ -7,6 +7,7 @@
|
|
|
|
|
<resultMap id="BaseResultMap" type="com.supervision.model.MedicalRec">
|
|
|
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="no" column="no" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="humanId" column="human_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="medicalType" column="medical_type" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="patientId" column="patient_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="patientHeadPic" column="patient_head_pic" jdbcType="VARCHAR"/>
|
|
|
|
@ -39,7 +40,7 @@
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id,no,medical_type,patient_id,patient_head_pic,digital_human_type,
|
|
|
|
|
id,no,medical_type, human_id, 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,
|
|
|
|
|