From 1dde554c630e2de8ac7b234e57d4f12d7190f3f9 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期二, 28 十月 2025 18:43:32 +0800
Subject: [PATCH] 武汉接口调整
---
src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlShareApi2013PR2.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlShareApi2013PR2.java b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlShareApi2013PR2.java
index e9a6fde..1565783 100644
--- a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlShareApi2013PR2.java
+++ b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlShareApi2013PR2.java
@@ -256,7 +256,7 @@
shareData.setFileId(fileId);
shareData.setFileName(fileId);
- shareData.setFileTime(new Date());
+ shareData.setFileTime(param1.getEnd());
// shareData.setReportFile(null);
}
@@ -270,7 +270,7 @@
infoData.setKqdm(apiConf.getKqdm());
infoData.setInteType(WhjlConstant.API_CATEGORY_20);
infoData.setInteId(WhjlConstant.API_CODE_2013);
- infoData.setUpdateTime(new Date());
+ infoData.setUpdateTime(param1.getEnd());
infoData.setDataId(shareData.getQlyOrgReportId());
infoData.setData(JSON.toJSONString(shareData));
infoData.setCzbz(Constant.CZBZ_U);
--
Gitblit v1.9.3