日期时区问题修改;
This commit is contained in:
+2
-2
@@ -141,7 +141,7 @@ public class PurchaseOrderExcelDTO extends BaseVOEntity {
|
||||
private String consignerAddress;
|
||||
|
||||
@ExcelProperty(index = 27)
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty("预计发货时间")
|
||||
private Date estimatedDeliveryTime;
|
||||
@@ -240,4 +240,4 @@ public class PurchaseOrderExcelDTO extends BaseVOEntity {
|
||||
private String goodsRemark;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -177,7 +177,7 @@ public class SalesOrderExcelDTO extends BaseVOEntity {
|
||||
private String consignerAddress;
|
||||
|
||||
@ExcelProperty(index = 28)
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty("预计发货时间")
|
||||
private Date estimatedDeliveryTime;
|
||||
@@ -304,4 +304,4 @@ public class SalesOrderExcelDTO extends BaseVOEntity {
|
||||
private String goodsRemark;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user