Explorar el Código

'改变线路排序'

HUJIANGUO hace 3 años
padre
commit
3e17d23798
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>
 <!--  根据运输订单号查询运输路线主表信息-->