From b49816062dd5dccc5d3a32e929abc726162f7294 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 15 五月 2025 09:02:45 +0800
Subject: [PATCH] 修改ip为配置ip

---
 hangzhoumesParent/common/servicebase/src/main/resources/mapper/OrderMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/src/main/resources/mapper/OrderMapper.xml b/hangzhoumesParent/common/servicebase/src/main/resources/mapper/OrderMapper.xml
index d959a4c..521aeff 100644
--- a/hangzhoumesParent/common/servicebase/src/main/resources/mapper/OrderMapper.xml
+++ b/hangzhoumesParent/common/servicebase/src/main/resources/mapper/OrderMapper.xml
@@ -28,6 +28,6 @@
             GROUP BY c.order_id
         ) as d
                            on a.order_id = d.order_id
-        where a.warehousing != 2
+        where a.warehousing != 2 and a.warehousing > 0
     </select>
 </mapper>

--
Gitblit v1.8.0