|
@@ -171,12 +171,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="allergy != null">#{allergy},</if>
|
|
<if test="allergy != null">#{allergy},</if>
|
|
|
<if test="remark != null">#{remark},</if>
|
|
<if test="remark != null">#{remark},</if>
|
|
|
<if test="patientId != null">#{patientId},</if>
|
|
<if test="patientId != null">#{patientId},</if>
|
|
|
- <if test="patientId != null">#{patientId},</if>
|
|
|
|
|
- <if test="patientId != null">#{patientId},</if>
|
|
|
|
|
- <if test="patientId != null">#{patientId},</if>
|
|
|
|
|
- <if test="doctorType2Id != null">doctorType2Id,</if>
|
|
|
|
|
- <if test="doctorType2Confirm != null">doctorType2Confirm,</if>
|
|
|
|
|
- <if test="doctorType2Sign != null">doctorType2Sign,</if>
|
|
|
|
|
|
|
+ <if test="doctorType2Id != null">#{doctorType2Id},</if>
|
|
|
|
|
+ <if test="doctorType2Confirm != null">#{doctorType2Confirm},</if>
|
|
|
|
|
+ <if test="doctorType2Sign != null">#{doctorType2Sign},</if>
|
|
|
</trim>
|
|
</trim>
|
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|