From ab0ac24c86067aaec92a2839280d73c08e458170 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期六, 03 二月 2024 11:46:14 +0800
Subject: [PATCH] 2024.2.3提交sd模块相关代码
---
north-glass-erp/target/classes/mapper/sd/OrderMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/north-glass-erp/target/classes/mapper/sd/OrderMapper.xml b/north-glass-erp/target/classes/mapper/sd/OrderMapper.xml
index fcf7a2d..06218d3 100644
--- a/north-glass-erp/target/classes/mapper/sd/OrderMapper.xml
+++ b/north-glass-erp/target/classes/mapper/sd/OrderMapper.xml
@@ -33,7 +33,7 @@
*
from
`order` as o
- where o.create_time>=#{startDate} and o.create_time <= #{endDate}
+ where date(o.create_time)>=#{startDate} and date(o.create_time) <= #{endDate}
<if test="orderType!= null and orderType != ''">
and o.create_order = #{orderType}
--
Gitblit v1.8.0