Commit 2d1eccee authored by 麻笑宇's avatar 麻笑宇

Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into…

Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into develop_tzs_register_to_0715
parents 464b85a4 1d096ab5
...@@ -111,6 +111,11 @@ ...@@ -111,6 +111,11 @@
recDate desc recDate desc
</select> </select>
<select id="queryForFlowingEquipList" resultType="java.lang.String"> <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> </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