参数修改
This commit is contained in:
parent
57757ae5ad
commit
27e5590071
@ -31,7 +31,7 @@
|
|||||||
<if test="info.subSystem != null and info.subSystem != ''">
|
<if test="info.subSystem != null and info.subSystem != ''">
|
||||||
and t.subsystem = #{info.subSystem}
|
and t.subsystem = #{info.subSystem}
|
||||||
</if>
|
</if>
|
||||||
<if test="info.subSystem != null and info.subSystem != ''">
|
<if test="info.confidential != null and info.confidential != ''">
|
||||||
and t.confidential = #{info.confidential}
|
and t.confidential = #{info.confidential}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
Loading…
Reference in New Issue
Block a user