From 3eab6696515cef633772d97adb7454bf80595c5b Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 10 十月 2024 13:38:53 +0800
Subject: [PATCH] 钉钉发送消息改为不同机构有不同的发送钉钉群(可以是相同的群)

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

diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmOnHourReportHistoryMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmOnHourReportHistoryMapper.xml
index 9616580..d950234 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmOnHourReportHistoryMapper.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmOnHourReportHistoryMapper.xml
@@ -205,8 +205,8 @@
       <if test="intakeId != null and intakeId >0">
         AND oh.intake_id = #{intakeId}
       </if>
-      <if test = "intakeName != null and intakeName !=''">
-        AND inta.name LIKE CONCAT('%',#{intakeName},'%')
+      <if test = "intakeName != null and intakeNum !=''">
+        AND inta.name LIKE CONCAT('%',#{intakeNum},'%')
       </if>
       <if test = "rtuAddr != null and rtuAddr !=''">
         AND oh.rtu_addr LIKE CONCAT('%',#{rtuAddr},'%')

--
Gitblit v1.8.0