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