From b0683426dc24195219c9e29ea5b3cf8a8714a00d Mon Sep 17 00:00:00 2001 From: wj <1285151836@qq.com> Date: Mon, 8 May 2023 15:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../glxp/api/service/sync/SpsSyncDownloadService.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/glxp/api/service/sync/SpsSyncDownloadService.java b/src/main/java/com/glxp/api/service/sync/SpsSyncDownloadService.java index 8d62dbcb..17549878 100644 --- a/src/main/java/com/glxp/api/service/sync/SpsSyncDownloadService.java +++ b/src/main/java/com/glxp/api/service/sync/SpsSyncDownloadService.java @@ -200,11 +200,11 @@ public class SpsSyncDownloadService { } break; case DOCUMENT_TYPE_DATA: - if (needExec(info.getTypeBus(), info.getTypeScan(), info.getTypeThird())) { - basicExportInfoCreate(exportType, now - , x -> x.generateDocumentTypeDataFile(info, now, false, syncTime) - , x -> x.generateDocumentTypeDataFile(info, now, true, syncTime)); - } +// if (needExec(info.getTypeBus(), info.getTypeScan(), info.getTypeThird())) { +// basicExportInfoCreate(exportType, now +// , x -> x.generateDocumentTypeDataFile(info, now, false, syncTime) +// , x -> x.generateDocumentTypeDataFile(info, now, true, syncTime)); +// } break; } }