فهرست منبع

根据登船时间升序排列

ZhangShuling 2 ماه پیش
والد
کامیت
274bc0c3d8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      ship-module-product/ship-module-product-biz/src/main/resources/mapper/voyage/VoyageMapper.xml

+ 1 - 0
ship-module-product/ship-module-product-biz/src/main/resources/mapper/voyage/VoyageMapper.xml

@@ -33,5 +33,6 @@
               and w.start_time <= CONCAT(#{date},' 23:59:59')
               and w.start_time <= CONCAT(#{date},' 23:59:59')
           </if>
           </if>
          and w.shelf_status = 1
          and w.shelf_status = 1
+        order by w.start_time asc
     </select>
     </select>
 </mapper>
 </mapper>