Commit 618a53d7 authored by suhuiguang's avatar suhuiguang

1a071使用统计去掉按照单位办理的数据

parent 2242f3f3
...@@ -661,6 +661,7 @@ ...@@ -661,6 +661,7 @@
n.sequence_nbr = ne.equip_transfer_id n.sequence_nbr = ne.equip_transfer_id
and n.status != '使用单位待提交' and n.status != '使用单位待提交'
and n.status != '使用单位已撤回' and n.status != '使用单位已撤回'
and n.manage_type <![CDATA[ <> ]]> 'unit'
<if test="param.beginDate != null"> <if test="param.beginDate != null">
and date_ge(CAST(n.reg_date as date), #{param.beginDate}) and date_ge(CAST(n.reg_date as date), #{param.beginDate})
</if> </if>
......
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