瀏覽代碼

fix:信息采集新增

ct 2 天之前
父節點
當前提交
a2f18f278a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fs-service/src/main/resources/mapper/his/FsUserInformationCollectionMapper.xml

+ 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>