refactor(台账): mapper,查询过滤隐藏的台账

This commit is contained in:
Kelvin 2025-01-05 20:32:22 +08:00
parent d375f6b9bb
commit ea54889b99

View File

@ -555,6 +555,7 @@
<select id="selectBaseKnifeListByMbbBdMrlIdAndKnifeFineStateAndIsLocked" resultMap="BaseKnifeResult"> <select id="selectBaseKnifeListByMbbBdMrlIdAndKnifeFineStateAndIsLocked" resultMap="BaseKnifeResult">
<include refid="selectBaseKnifeVo"/> <include refid="selectBaseKnifeVo"/>
<where> <where>
IS_VALID = 0
<if test="mbbBdMrlId != null and mbbBdMrlId != ''"> <if test="mbbBdMrlId != null and mbbBdMrlId != ''">
and MBB_BD_MRL_ID = #{mbbBdMrlId} and MBB_BD_MRL_ID = #{mbbBdMrlId}
</if> </if>