|
@@ -131,22 +131,22 @@
|
|
|
<if test="deviceId != null">
|
|
|
device_id = #{deviceId},
|
|
|
</if>
|
|
|
- <if test="customerNo != null and customerNo != ''">
|
|
|
+ <if test="customerNo != null ">
|
|
|
customer_no = #{customerNo},
|
|
|
</if>
|
|
|
- <if test="customerPhone != null and customerPhone != ''">
|
|
|
+ <if test="customerPhone != null ">
|
|
|
customer_phone = #{customerPhone},
|
|
|
</if>
|
|
|
- <if test="customerName != null and customerName != ''">
|
|
|
+ <if test="customerName != null ">
|
|
|
customer_name = #{customerName},
|
|
|
</if>
|
|
|
- <if test="label != null and label != ''">
|
|
|
+ <if test="label != null ">
|
|
|
label = #{label},
|
|
|
</if>
|
|
|
- <if test="emergencyContact != null and emergencyContact != ''">
|
|
|
+ <if test="emergencyContact != null ">
|
|
|
emergency_contact = #{emergencyContact},
|
|
|
</if>
|
|
|
- <if test="emergencyContactPhoneNumber != null and emergencyContactPhoneNumber != ''">
|
|
|
+ <if test="emergencyContactPhoneNumber != null ">
|
|
|
emergency_contact_phone_number = #{emergencyContactPhoneNumber},
|
|
|
</if>
|
|
|
<if test="userId != null">
|