From 43909f06f66a4d162ce06ac32e17955f5e446b4a Mon Sep 17 00:00:00 2001
From: hdy <1105738590@qq.com>
Date: 星期五, 02 二月 2024 11:15:14 +0800
Subject: [PATCH] 修改-配瓦规则设置、配瓦规则

---
 jcdm-main/src/main/resources/mapper/da/opcuaconfig/DaOpcuaConfigMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/jcdm-main/src/main/resources/mapper/da/opcuaconfig/DaOpcuaConfigMapper.xml b/jcdm-main/src/main/resources/mapper/da/opcuaconfig/DaOpcuaConfigMapper.xml
index 9832bf4..5c86bb8 100644
--- a/jcdm-main/src/main/resources/mapper/da/opcuaconfig/DaOpcuaConfigMapper.xml
+++ b/jcdm-main/src/main/resources/mapper/da/opcuaconfig/DaOpcuaConfigMapper.xml
@@ -25,6 +25,7 @@
             <if test="node != null  and node != ''"> and node = #{node}</if>
             <if test="rFunction != null  and rFunction != ''"> and r_function = #{rFunction}</if>
             <if test="process != null  and process != ''"> and process = #{process}</if>
+            <if test="subscribe != null  and subscribe != ''"> and subscribe = #{subscribe}</if>
             <if test="state != null "> and state = #{state}</if>
         </where>
     </select>

--
Gitblit v1.9.3