From edb337eeefe027b2c2d026a3e01f5a00c9b14d82 Mon Sep 17 00:00:00 2001 From: xjm Date: Wed, 6 Mar 2024 16:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/cowr/ssjygl/order/ordertemp/OrderTempService.java | 1 - 1 file changed, 1 deletion(-) diff --git a/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/order/ordertemp/OrderTempService.java b/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/order/ordertemp/OrderTempService.java index d2bb21f..39fd22b 100644 --- a/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/order/ordertemp/OrderTempService.java +++ b/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/order/ordertemp/OrderTempService.java @@ -466,7 +466,6 @@ public class OrderTempService extends BaseService { findSql = " AND SUPERMARKET_ID = ? \n"; paraList.add(supermarketId); } - if (customerId != null) { findSql = " AND CUSTOMER_ID = ? \n"; paraList.add(customerId);