|
@@ -106,7 +106,7 @@ public class PassengerInfo extends PassengerRoot {
|
|
|
@Schema(description = "航/车次(班)日期")
|
|
|
@ColumnWidth(12)
|
|
|
@ExcelProperty(index = 11,value = "航/车次(班)日期")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
|
|
|
private Date travelTime;
|
|
|
|
|
|
/** 出发时间 */
|