Commit 67fba02a authored by 王果's avatar 王果

27994 启用停用限制设备不能多次出现在执行的流程中

parent 67382777
...@@ -154,11 +154,11 @@ ...@@ -154,11 +154,11 @@
<select id="queryForFlowingEquipList" resultType="com.yeejoin.amos.boot.module.jg.api.dto.CompanyEquipCountDto"> <select id="queryForFlowingEquipList" resultType="com.yeejoin.amos.boot.module.jg.api.dto.CompanyEquipCountDto">
select a.use_unit_credit_code as companyCode, select a.use_unit_credit_code as companyCode,
group_concat(b.certificate_seq) as records group_concat(b.equ_id) as records
from tzs_jg_change_registration_name a, from tzs_jg_enable_disable a,
tzs_jg_change_registration_name_eq b tzs_jg_enable_disable_eq b
where a.sequence_nbr = b.name_change_registration_id where a.sequence_nbr = b.enable_disable_apply_id
and a.audit_status in ('三级待受理', '二级待受理', '一级待受理') and a.audit_status in ('待受理')
GROUP BY a.use_unit_credit_code GROUP BY a.use_unit_credit_code
</select> </select>
</mapper> </mapper>
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