服务指令列表查询增加搜索条件处理:分类标签
This commit is contained in:
parent
64f387241b
commit
3b1c1c965a
|
|
@ -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(",")'>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue