From 52a3d2b51c7ca58abcb0e31783671af98d526aef Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 22 十二月 2023 12:17:23 +0800
Subject: [PATCH] #检料盘点工作档更新
---
src/main/resources/mapper/BasShuttleOptMapper.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/BasShuttleOptMapper.xml b/src/main/resources/mapper/BasShuttleOptMapper.xml
index 99fefa1..0d135fa 100644
--- a/src/main/resources/mapper/BasShuttleOptMapper.xml
+++ b/src/main/resources/mapper/BasShuttleOptMapper.xml
@@ -22,4 +22,11 @@
</resultMap>
+ <select id="selectRunStatistic" resultType="map">
+ select shuttle_no,count(*) count from asr_bas_shuttle_opt
+ where send_time >= DATEADD(day, DATEDIFF(day, 0, GETDATE()), 0)
+ and send_time < DATEADD(day, DATEDIFF(day, 0, GETDATE())+1, 0)
+ group by shuttle_no
+ </select>
+
</mapper>
--
Gitblit v1.9.1