fix(自定义对比): 排序问题修复
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@
|
|||||||
<sql id="queryInfo">
|
<sql id="queryInfo">
|
||||||
select * from (select i.id,
|
select * from (select i.id,
|
||||||
list_name,
|
list_name,
|
||||||
group_concat(s.standard_number order by s.create_by) referenceStandard,
|
group_concat(s.standard_number order by s.create_time) referenceStandard,
|
||||||
(select group_concat(os.country_or_region order by s.create_by)
|
(select group_concat(os.country_or_region order by s1.create_time)
|
||||||
from laws_custom_compare_info_standard s1
|
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
|
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
|
where s1.del_flag = 0 and s1.info_id = i.id
|
||||||
|
|||||||
Reference in New Issue
Block a user