fix(自定义对比): 排序问题修复

This commit is contained in:
yjz
2023-10-31 14:30:34 +08:00
parent 270eac8598
commit 63e0067458
@@ -21,8 +21,8 @@
<sql id="queryInfo">
select * from (select i.id,
list_name,
group_concat(s.standard_number order by s.create_by) referenceStandard,
(select group_concat(os.country_or_region order by s.create_by)
group_concat(s.standard_number order by s.create_time) referenceStandard,
(select group_concat(os.country_or_region order by s1.create_time)
from laws_custom_compare_info_standard s1
left join laws_overseas_standard os on s1.standard_id = os.id and s1.standard_type = '2' and os.del_flag = 0
where s1.del_flag = 0 and s1.info_id = i.id