Commit b33761b8 authored by suhuiguang's avatar suhuiguang

fix(流程中设备)写入:

1.增加按照使用单位分组
parent ed7514ab
......@@ -1138,6 +1138,7 @@
a.sequence_nbr = b.equip_transfer_id
and a.status not in('使用单位待提交','一级受理已驳回','使用单位已撤回','已作废')
and a.is_delete = 0
GROUP BY a.use_unit_credit_code
</select>
<select id="getEquTypeByUseRegSeq" resultType="java.util.Map">
select ur.sequence_nbr as sequenceNbr,
......
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