|
@@ -39,6 +39,7 @@
|
|
|
<result column="gmt_modified" property="gmtModified"/>
|
|
|
<result column="creator" property="creator"/>
|
|
|
<result column="modifier" property="modifier"/>
|
|
|
+ <result column="is_cancel_behospital" property="isCancelBehospital"/>
|
|
|
<result column="linkman" property="linkman"/>
|
|
|
</resultMap>
|
|
|
|
|
@@ -6348,6 +6349,7 @@
|
|
|
director_doctor_name = #{item.directorDoctorName},
|
|
|
placefile_date = #{item.placefileDate},
|
|
|
is_placefile = #{item.isPlacefile},
|
|
|
+ is_cancel_behospital = #{item.isCancelBehospital}
|
|
|
<if test="item.gmtModified != null">
|
|
|
gmt_modified = #{item.gmtModified},
|
|
|
</if>
|