|
|
@@ -204,16 +204,16 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="packageOrderCode != null">package_order_code,</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="age != null">age,</if>
|
|
|
<if test="infoSource != null">info_source,</if>
|
|
|
<if test="thirdPartyUserId != null">third_party_user_id,</if>
|
|
|
<if test="fillFlag != null">fill_flag,</if>
|
|
|
- </trim>
|
|
|
+ </trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="questionId != null">#{questionId},</if>
|
|
|
<if test="userId != null">#{userId},</if>
|
|
|
@@ -243,7 +243,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="infoSource != null">#{infoSource},</if>
|
|
|
<if test="thirdPartyUserId != null">#{thirdPartyUserId},</if>
|
|
|
<if test="fillFlag != null">#{fillFlag},</if>
|
|
|
- </trim>
|
|
|
+ </trim>
|
|
|
</insert>
|
|
|
|
|
|
<update id="updateFsUserInformationCollection" parameterType="FsUserInformationCollection">
|