From 2d341dce57f3848780c9245d54b84470a51f26ae Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期一, 09 六月 2025 11:42:59 +0800
Subject: [PATCH] 1、视频监控配置信息完善; 2、摄像机实体完善; 3、工程模块-视频站管理功能实现; 4、远程模块--视频监控查询;

---
 pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmIntakeAmountDayMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmIntakeAmountDayMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmIntakeAmountDayMapper.xml
index 4645d19..4f198b9 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmIntakeAmountDayMapper.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmIntakeAmountDayMapper.xml
@@ -1110,7 +1110,7 @@
         INNER JOIN rm_intake_amount_day riad ON riad.intake_id = inta.id
         WHERE inta.deleted = 0 and riad.dt &gt;= #{timeStart} AND riad.dt &lt;= #{timeStop}
         GROUP BY inta.id
-        HAVING value &gt; #{value}
+        HAVING valueInt &gt; #{value}
         ) c
     </select>
     <!--鎸囧畾鏃堕棿娈靛唴鍙栨按娆℃暟瓒呰繃鎸囧畾鍊肩殑鍙栨按鍙�-->
@@ -1128,7 +1128,7 @@
         INNER JOIN rm_intake_amount_day riad ON riad.intake_id = inta.id
         WHERE inta.deleted = 0 and riad.dt &gt;= #{timeStart} AND riad.dt &lt;= #{timeStop}
         GROUP BY inta.id
-        HAVING value &gt; #{value}
+        HAVING valueInt &gt; #{value}
         ORDER BY inta.id
         <trim prefix="limit " >
             <if test="start != null and count != null">

--
Gitblit v1.8.0