Ver código fonte

根据登船时间升序排列

ZhangShuling 2 semanas atrás
pai
commit
274bc0c3d8

+ 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')
           </if>
          and w.shelf_status = 1
+        order by w.start_time asc
     </select>
 </mapper>