@@ -361,7 +361,7 @@
select sublist_id,sublist_name,scene_num,weight,parent_id,scene_natural_ids,scene_traffic_ids,scene_statue_ids,scene_generalization_ids
from scene_package_sublist
where parent_id = #{id,jdbcType=VARCHAR} and is_deleted = '0'
- order by seq desc
+ order by seq
</select>
<!--获取指标信息-->