|
@@ -10,17 +10,9 @@
|
|
|
<result column="gmt_modified" property="gmtModified" />
|
|
|
<result column="creator" property="creator" />
|
|
|
<result column="modifier" property="modifier" />
|
|
|
- <result column="app_id" property="appId" />
|
|
|
- <result column="organ_name" property="organName" />
|
|
|
- <result column="department" property="department" />
|
|
|
- <result column="doctor_id" property="doctorId" />
|
|
|
- <result column="doctor_name" property="doctorName" />
|
|
|
- <result column="mpi_id" property="mpiId" />
|
|
|
- <result column="patient_name" property="patientName" />
|
|
|
- <result column="patient_age" property="patientAge" />
|
|
|
- <result column="patient_sex" property="patientSex" />
|
|
|
+ <result column="hospital_code" property="hospitalCode" />
|
|
|
<result column="diagnosis" property="diagnosis" />
|
|
|
- <result column="ret_url" property="retUrl" />
|
|
|
+ <result column="ip" property="ip" />
|
|
|
<result column="remark" property="remark" />
|
|
|
</resultMap>
|
|
|
|