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