Bladeren bron

用户信息采集

15376779826 6 dagen geleden
bovenliggende
commit
c17ad7c647
1 gewijzigde bestanden met toevoegingen van 3 en 6 verwijderingen
  1. 3 6
      fs-service/src/main/resources/mapper/his/FsUserInformationCollectionMapper.xml

+ 3 - 6
fs-service/src/main/resources/mapper/his/FsUserInformationCollectionMapper.xml

@@ -171,12 +171,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="allergy != null">#{allergy},</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="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>
     </insert>