服务指令列表查询增加搜索条件处理:分类标签

This commit is contained in:
1378012178@qq.com 2026-03-18 16:08:03 +08:00
parent 64f387241b
commit 3b1c1c965a
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@
<if test="directive !=null and directive.izEnabled != null and directive.izEnabled != ''"> <if test="directive !=null and directive.izEnabled != null and directive.izEnabled != ''">
and c.iz_enabled = #{directive.izEnabled} and c.iz_enabled = #{directive.izEnabled}
</if> </if>
<if test="directive !=null and directive.instructionTagId != null and directive.instructionTagId != ''">
and c.instruction_tag_id = #{directive.instructionTagId}
</if>
<if test="directive !=null and directive.notId != null and directive.notId != ''"> <if test="directive !=null and directive.notId != null and directive.notId != ''">
<choose> <choose>
<when test='directive.notId.contains(",")'> <when test='directive.notId.contains(",")'>