Commit 5756be0e authored by tianyiming's avatar tianyiming

大屏检验检测、监管列表添加业务状态筛选

parent 046bf4c7
...@@ -460,6 +460,12 @@ ...@@ -460,6 +460,12 @@
<if test="dto.equCategoryCode != null and dto.equCategoryCode != ''"> <if test="dto.equCategoryCode != null and dto.equCategoryCode != ''">
and ri.EQU_CATEGORY = #{dto.equCategoryCode} and ri.EQU_CATEGORY = #{dto.equCategoryCode}
</if> </if>
<if test="dto.status != null and dto.status != '' and dto.status != '6616'">
and tjia.status != '6616'
</if>
<if test="dto.status != null and dto.status != '' and dto.status = '6616'">
and tjia.status = '6616'
</if>
group by tjia.sequence_nbr group by tjia.sequence_nbr
order by tjia.application_date desc order by tjia.application_date desc
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment