Commit 3d398870 authored by suhuiguang's avatar suhuiguang

Merge branch 'develop_tzs_register' into develop_tze_register_his

parents ed0fcb71 0bf7ef83
......@@ -82,7 +82,7 @@
ur.cancel_reason as cancelReason,
(select group_concat(re.equ_id) from tzs_jg_use_registration_eq re where ur.sequence_nbr = re.equip_transfer_id) as equipId,
(SELECT
group_concat(other.supervisory_code)
group_concat(DISTINCT other.supervisory_code)
from
idx_biz_jg_register_info jri
LEFT JOIN idx_biz_jg_other_info other on jri.RECORD = other.RECORD where jri.RECORD in (select re.equ_id from tzs_jg_use_registration_eq re where ur.sequence_nbr = re.equip_transfer_id)) as supervisoryCode ,
......
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