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