This commit is contained in:
shuo.wang
2025-07-02 14:39:10 +08:00
parent c71b52bbfb
commit b4c06cb4ef

View File

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