Commit 1164bbb1 authored by zhangsen's avatar zhangsen

排除标签量

parent a7b1033a
......@@ -512,6 +512,7 @@
FROM
idx_biz_fan_point_process_variable_classification
<where>
TAG_CODE != '标签量'
<if test="subSystem != null and subSystem != ''">
AND SUB_SYSTEM = #{subSystem}
</if>
......@@ -687,6 +688,7 @@
FROM
idx_biz_pv_point_process_variable_classification
<where>
TAG_CODE != '标签量'
<if test="equipmentName != null and equipmentName != ''">
AND EQUIPMENT_NAME = #{equipmentName}
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment