Selaa lähdekoodia

fix: 小程序日历取航次登船时间

luofeiyun 1 viikko sitten
vanhempi
commit
ae540e4156

+ 1 - 1
ship-module-product/ship-module-product-biz/src/main/resources/mapper/pricevoyage/PriceVoyageMapper.xml

@@ -12,7 +12,7 @@
     <select id="selectListCalendarPrice"
             resultType="com.yc.ship.module.product.controller.app.voyage.vo.AppVoyageCalendarPriceRespVO">
         SELECT
-            DATE_FORMAT( t1.start_time, '%Y-%m-%d' ) date,
+            DATE_FORMAT( t1.boarding_time, '%Y-%m-%d' ) date,
 	t1.id voyage_id,
 	t1.name voyage_name,
 	min( t3.price ) price