Commit e000c4d7 authored by tianyiming's avatar tianyiming

特设大屏-气瓶页面-检验检测未添加定期检验类型的过滤

parent d0e24b14
......@@ -65,6 +65,7 @@
INNER JOIN tz_jyjc_inspection_application_equip ae ON A.sequence_nbr = ae.application_seq
WHERE
A.status = '6616'
AND A.inspection_type = 'DQJY'
AND ae.equ_category = '2300'
AND pc.company_code = #{dpFilterParamDto.cityCode}
AND ( A.application_date BETWEEN #{ dpFilterParamDto.beginDate } AND #{ dpFilterParamDto.endDate } )
......
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