Forráskód Böngészése

fix:信息采集新增

ct 2 napja
szülő
commit
a2f18f278a

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

@@ -247,9 +247,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="packageOrderId != null">package_order_id,</if>
             <if test="status != null">status,</if>
             <if test="doctorConfirmTime != null">doctor_confirm_time,</if>
-            <if test="userPhoneFour != null">user_phone_four,</if>
-            <if test="userName != null">user_name,</if>
             <if test="sex != null">sex,</if>
+            <if test="userName != null">user_name,</if>
+            <if test="userPhoneFour != null">user_phone_four,</if>
             <if test="allergy != null">allergy,</if>
             <if test="remark != null">remark,</if>
             <if test="patientId != null">patient_id,</if>