浏览代码

bug修复

limeng 1 天之前
父节点
当前提交
153a3ca341

+ 1 - 1
src/main/resources/mapper/monitor/LabelManagement/CentermonitorSetLabelServiceMapper.xml

@@ -219,7 +219,7 @@
             and a.level = #{level}
         </if>
         <if test="type != null and type != ''">
-            and b.type = #{type}
+            and a.type = #{type}
         </if>
         <if test="parentId != null and parentId != ''">
             AND ((a.parent_id = #{parentId} AND a.parent_id IS NOT NULL)