From ac44920fa76975b948ddc9ade4848d62e16065d9 Mon Sep 17 00:00:00 2001 From: houjunxiang Date: Mon, 19 Jan 2026 16:53:49 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=8A=A5=E5=91=8A=E7=AD=BE?= =?UTF-8?q?=E5=90=8D=E6=97=B6=E9=97=B4=E6=A0=BC=E5=BC=8F=E5=8C=96=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reportdoc/service/ReportDocumentMainServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/reportdoc/service/ReportDocumentMainServiceImpl.java b/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/reportdoc/service/ReportDocumentMainServiceImpl.java index 32d912d..d2a7b0f 100644 --- a/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/reportdoc/service/ReportDocumentMainServiceImpl.java +++ b/zt-module-qms/zt-module-qms-server/src/main/java/com/zt/plat/module/qms/business/reportdoc/service/ReportDocumentMainServiceImpl.java @@ -501,7 +501,7 @@ public class ReportDocumentMainServiceImpl implements ReportDocumentMainService, private void assembleSignature(String currentActivityId, ReportDocumentMainDO entity){ if(ObjectUtils.isEmpty(currentActivityId) || "null".equals(currentActivityId)) return; - SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); String sign = entity.getDocumentSignature(); JSONObject signObj = new JSONObject(); if(!ObjectUtils.isEmpty( sign))