参数修改

This commit is contained in:
huguanghan 2024-12-18 10:53:47 +08:00
parent 57757ae5ad
commit 27e5590071

View File

@ -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>