소스 검색

王耀栋--工作台模块代码,修改测试报告列表展示顺序问题

wangyaodong 3 년 전
부모
커밋
22d36227f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      simulation-resource-server/src/main/resources/mapper/project/SimulationProjectMapper.xml

+ 1 - 1
simulation-resource-server/src/main/resources/mapper/project/SimulationProjectMapper.xml

@@ -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>
 
     <!--获取指标信息-->