|
@@ -206,6 +206,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
WHERE bd.device_status = '0' AND bzw.del_flag = 0 AND bd.type = #{type}
|
|
|
<if test="assayStatus != null and assayStatus != ''"> and bd.assay_status = #{assayStatus}</if>
|
|
|
<if test="worksId != null and worksId != ''"> and bzw.works_id = #{worksId}</if>
|
|
|
+ <if test="deviceNo != null and deviceNo != ''"> and bd.device_no = #{deviceNo}</if>
|
|
|
order by bd.device_id desc
|
|
|
</select>
|
|
|
</mapper>
|