refactor(台账): mapper,查询过滤隐藏的台账
This commit is contained in:
parent
d375f6b9bb
commit
ea54889b99
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user