|
|
|
@ -9,6 +9,7 @@
|
|
|
|
|
<result property="patientId" column="patient_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="medicalRecId" column="medical_rec_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="userId" column="user_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="processNo" column="process_no" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="status" column="status" jdbcType="INTEGER"/>
|
|
|
|
|
<result property="processType" column="process_type" jdbcType="INTEGER"/>
|
|
|
|
|
<result property="createUserId" column="create_user_id" jdbcType="VARCHAR"/>
|
|
|
|
@ -19,7 +20,7 @@
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id
|
|
|
|
|
,patient_id,user_id,status,process_type,
|
|
|
|
|
,process_no,patient_id,user_id,status,process_type,
|
|
|
|
|
create_user_id,create_time,update_user_id,update_time
|
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
|
|