Browse Source

'改变线路排序'

HUJIANGUO 3 years ago
parent
commit
3e17d23798
1 changed files with 1 additions and 1 deletions
  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>
 <!--  根据运输订单号查询运输路线主表信息-->