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>