From a4a52af4c43c666856a48a9ef6aab17aabb5233b Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 22 十二月 2023 14:27:26 +0800 Subject: [PATCH] ERP接口 --- server/dmvisit_service/src/main/java/com/doumee/dao/business/model/InterfaceLog.java | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/InterfaceLog.java b/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/InterfaceLog.java index 76925a7..92f9d32 100644 --- a/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/InterfaceLog.java +++ b/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/InterfaceLog.java @@ -61,8 +61,7 @@ @ApiModelProperty(value = "鍦板潃淇℃伅") @ExcelColumn(name="鍦板潃淇℃伅") - @JsonFormat(pattern = "yyyy-MM-dd") - private Date url; + private String url; @ApiModelProperty(value = "璇锋眰鍙傛暟") @ExcelColumn(name="璇锋眰鍙傛暟") -- Gitblit v1.9.3