From ce5ef99c883cf9705888c441b5e1b31a4b7d5395 Mon Sep 17 00:00:00 2001 From: zhenggl Date: Thu, 14 Sep 2023 17:08:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:sql=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../athena/app/ptc/infra/mapper/CollectionDetailMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/ptc/infra/mapper/CollectionDetailMapper.xml b/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/ptc/infra/mapper/CollectionDetailMapper.xml index 7f70104..6930fd0 100644 --- a/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/ptc/infra/mapper/CollectionDetailMapper.xml +++ b/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/ptc/infra/mapper/CollectionDetailMapper.xml @@ -5,7 +5,7 @@ - delete from cim_collection_detail where tenantsid=#{tenantSid} + delete from cim_collection_detail where tenantsid=#{tenantSid} and ( sales_order = #{item.salesOrder}