From 882b302da1853051cd2e5c83b47eb5dc6bb142b1 Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Sun, 24 Aug 2025 02:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=88=86=E6=B6=A6=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/OrderDistribMapper.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/resources/mapper/OrderDistribMapper.xml b/src/main/resources/mapper/OrderDistribMapper.xml index 43fa9ef..fc3144a 100644 --- a/src/main/resources/mapper/OrderDistribMapper.xml +++ b/src/main/resources/mapper/OrderDistribMapper.xml @@ -15,13 +15,11 @@ od.distrib_amount, od.create_time, od.update_time, - od.create_user, - od.update_user, - od.is_deleted + od.del_flag from - order_distrib od + zc_order_distrib od - od.is_deleted = 0 + od.del_flag = 0 and od.order_no = #{orderDistribQueryReq.orderNo}