日期时区问题修改;

This commit is contained in:
王奎兴
2026-05-28 21:20:07 +08:00
parent ed90334752
commit 39503f9f3c
108 changed files with 338 additions and 338 deletions
@@ -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;
}
}