From b4c06cb4ef4e188d8f850a2e656be724e92e822b Mon Sep 17 00:00:00 2001 From: "shuo.wang" Date: Wed, 2 Jul 2025 14:39:10 +0800 Subject: [PATCH] fix sql --- .../src/main/resources/mapper/AcceptanceInfoMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coolstore-partner-dao/src/main/resources/mapper/AcceptanceInfoMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/AcceptanceInfoMapper.xml index 0596c02e6..438ad36d3 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/AcceptanceInfoMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/AcceptanceInfoMapper.xml @@ -108,16 +108,16 @@ shop_doorway_photo =#{shopDoorwayPhoto}, - shop_interior_photo =#{shopInteriorPhoto} + shop_interior_photo =#{shopInteriorPhoto}, - satisfaction = #{satisfaction} + satisfaction = #{satisfaction}, - is_network_cable = #{isNetworkCable} + is_network_cable = #{isNetworkCable}, - acceptance_attachment = #{acceptanceAttachment} + acceptance_attachment = #{acceptanceAttachment}, back_kitchen_photo = #{backKitchenPhoto}