出库业务单导入日期不准;

This commit is contained in:
王奎兴
2026-05-28 17:23:45 +08:00
parent 162b4f386c
commit 5a263ed4d9
14 changed files with 13 additions and 14 deletions
@@ -349,7 +349,7 @@ public class StockOutOrderDTO extends StockOutOrderBaseDTO {
private String containerNoName;
@ApiModelProperty("出仓日期")
@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")
@Excel(name = "出仓日期", width = 30, dateFormat = "yyyy-MM-dd")
private Date outboundDate;