fix sql
This commit is contained in:
@@ -108,16 +108,16 @@
|
||||
shop_doorway_photo =#{shopDoorwayPhoto},
|
||||
</if>
|
||||
<if test="shopInteriorPhoto !=null">
|
||||
shop_interior_photo =#{shopInteriorPhoto}
|
||||
shop_interior_photo =#{shopInteriorPhoto},
|
||||
</if>
|
||||
<if test="satisfaction !=null">
|
||||
satisfaction = #{satisfaction}
|
||||
satisfaction = #{satisfaction},
|
||||
</if>
|
||||
<if test="isNetworkCable !=null">
|
||||
is_network_cable = #{isNetworkCable}
|
||||
is_network_cable = #{isNetworkCable},
|
||||
</if>
|
||||
<if test="acceptanceAttachment!=null and acceptanceAttachment!= ''">
|
||||
acceptance_attachment = #{acceptanceAttachment}
|
||||
acceptance_attachment = #{acceptanceAttachment},
|
||||
</if>
|
||||
<if test="backKitchenPhoto !=null and backKitchenPhoto!=''">
|
||||
back_kitchen_photo = #{backKitchenPhoto}
|
||||
|
||||
Reference in New Issue
Block a user