From 74dd84ecbffe79824bcb491d093f3fc9088d586a Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Tue, 7 Nov 2023 11:09:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=BF=90=E8=90=A5=E5=95=86=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E9=80=BB=E8=BE=91=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/pile/PileMerchantInfoMapper.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileMerchantInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileMerchantInfoMapper.xml index d3b81efed..e43f92c0f 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileMerchantInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileMerchantInfoMapper.xml @@ -280,14 +280,15 @@ - delete - from pile_merchant_info + update pile_merchant_info + set del_flag = '1' where id = #{id} - delete - from pile_merchant_info where id in + update pile_merchant_info + set del_flag = '1' + where id in #{id}