From 1cf88d43994ec7ec403319032a9d118b39fe3571 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期五, 25 四月 2025 14:35:35 +0800
Subject: [PATCH] 登录代码优化

---
 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