From 3b57e97dc5180bf730357a93d5ded238a6ea80d1 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 06 九月 2024 16:53:41 +0800
Subject: [PATCH] 流程卡多选删除

---
 north-glass-erp/src/main/resources/mapper/sd/CustomerMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/sd/CustomerMapper.xml b/north-glass-erp/src/main/resources/mapper/sd/CustomerMapper.xml
index 2ac0274..627837a 100644
--- a/north-glass-erp/src/main/resources/mapper/sd/CustomerMapper.xml
+++ b/north-glass-erp/src/main/resources/mapper/sd/CustomerMapper.xml
@@ -265,7 +265,7 @@
 
         where date(d.create_time) >= #{startDate}
           and date(d.create_time) &lt;= #{endDate}
-          and d.customer_id = 1855
+          and d.customer_id = #{orderDetail.order.customerId}
           and om.money is not null
         group by d.delivery_id, o.order_id, om.`column`
     </select>

--
Gitblit v1.8.0