|
@@ -5688,12 +5688,12 @@
|
|
|
<if test="item.directorDoctorName != null">
|
|
|
director_doctor_name = #{item.directorDoctorName},
|
|
|
</if>
|
|
|
- <if test="item.placefileDate != null">
|
|
|
- placefile_date = #{item.placefileDate},
|
|
|
- </if>
|
|
|
- <if test="item.isPlacefile != null">
|
|
|
- is_placefile = #{item.isPlacefile},
|
|
|
- </if>
|
|
|
+<!-- <if test="item.placefileDate != null">-->
|
|
|
+<!-- placefile_date = #{item.placefileDate},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="item.isPlacefile != null">-->
|
|
|
+<!-- is_placefile = #{item.isPlacefile},-->
|
|
|
+<!-- </if>-->
|
|
|
<if test="item.gmtModified != null">
|
|
|
gmt_modified = #{item.gmtModified},
|
|
|
</if>
|