|
@@ -104,6 +104,9 @@
|
|
|
<if test="item.doctorName != null">
|
|
|
doctor_name = #{item.doctorName},
|
|
|
</if>
|
|
|
+ <if test="item.medicineType != null">
|
|
|
+ medicine_type = #{item.medicineType},
|
|
|
+ </if>
|
|
|
<if test="item.gmtModified != null">
|
|
|
gmt_modified = #{item.gmtModified},
|
|
|
</if>
|