From 6b317a19dd1c584538f3810fe66587a1aa86dbb4 Mon Sep 17 00:00:00 2001 From: yantian yue <306727702@qq.com> Date: 星期五, 20 十月 2023 16:05:17 +0800 Subject: [PATCH] OPCUA更新 --- guns-vip-main/src/main/java/cn/stylefeng/guns/opcua/mapper/mapping/OpcuaConfMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/guns-vip-main/src/main/java/cn/stylefeng/guns/opcua/mapper/mapping/OpcuaConfMapper.xml b/guns-vip-main/src/main/java/cn/stylefeng/guns/opcua/mapper/mapping/OpcuaConfMapper.xml index e6ac109..91c640b 100644 --- a/guns-vip-main/src/main/java/cn/stylefeng/guns/opcua/mapper/mapping/OpcuaConfMapper.xml +++ b/guns-vip-main/src/main/java/cn/stylefeng/guns/opcua/mapper/mapping/OpcuaConfMapper.xml @@ -29,6 +29,9 @@ <if test="paramCondition.node != null and paramCondition.node != ''"> and node like CONCAT('%',#{paramCondition.node},'%') </if> + <if test="paramCondition.subscribe != null and paramCondition.subscribe != ''"> + and subscribe like CONCAT('%',#{paramCondition.subscribe},'%') + </if> </select> <select id="customMapList" resultType="map" parameterType="cn.stylefeng.guns.opcua.model.params.OpcuaConfParam"> -- Gitblit v1.9.3