解除某些限制
This commit is contained in:
parent
8401995c8c
commit
f30694d725
@ -192,21 +192,21 @@
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
<!-- IS_VALID = 1 出粗则添加该指令 -->
|
||||
<select id="selectBaseKnifeNotValidList" parameterType="BaseKnife" resultMap="BaseKnifeResult">
|
||||
<include refid="selectBaseKnifeVo"/>
|
||||
<where>
|
||||
<if test="rfid != null and rfid != ''">
|
||||
and RFID = #{rfid}
|
||||
</if>
|
||||
<if test="mbbBdMrlId != null and mbbBdMrlId != ''">
|
||||
and MBB_BD_MRL_ID = #{mbbBdMrlId}
|
||||
</if>
|
||||
<if test="zdTaskId != null and zdTaskId != ''">
|
||||
and BK.zd_task_id = #{zdTaskId}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
<!-- IS_VALID = 1 出粗则添加该指令 -->
|
||||
<select id="selectBaseKnifeNotValidList" parameterType="BaseKnife" resultMap="BaseKnifeResult">
|
||||
<include refid="selectBaseKnifeVo"/>
|
||||
<where>
|
||||
<if test="rfid != null and rfid != ''">
|
||||
and RFID = #{rfid}
|
||||
</if>
|
||||
<if test="mbbBdMrlId != null and mbbBdMrlId != ''">
|
||||
and MBB_BD_MRL_ID = #{mbbBdMrlId}
|
||||
</if>
|
||||
<if test="zdTaskId != null and zdTaskId != ''">
|
||||
and BK.zd_task_id = #{zdTaskId}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<select id="selectBaseKnifeByBaseKnifeId" parameterType="Long" resultMap="BaseKnifeResult">
|
||||
<include refid="selectBaseKnifeVo"/>
|
||||
|
Loading…
Reference in New Issue
Block a user