Commit 1a863b7b authored by 刘林's avatar 刘林

fix(jg):移装变更接口修改

parent 38c5dd8d
......@@ -111,6 +111,11 @@
recDate desc
</select>
<select id="queryForFlowingEquipList" resultType="java.lang.String">
select change_data from tzs_jg_registration_history WHERE registration_class = '移装变更登记'
select change_data
from tzs_jg_registration_history his,
tzs_jg_change_registration_transfer crt
where crt.sequence_nbr = his.current_document_id
and crt.audit_status in ('三级待受理', '二级待受理', '一级待受理')
and his.registration_class = '移装变更登记'
</select>
</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