春风项目四线(合箱线、总装线)
yyt
2024-01-25 f0b395a1b77a4999e89a164fc997f96d9942c3b1
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>