소스 검색

'改变线路排序'

HUJIANGUO 3 년 전
부모
커밋
3e17d23798
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/RmsLineMapper.xml

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/RmsLineMapper.xml

@@ -626,7 +626,7 @@
       </if>
     </if>
     <if test="orderField == null  ">
-      order by "lineId" desc
+      order by "lineId" asc
     </if>
   </sql>
 <!--  根据运输订单号查询运输路线主表信息-->