From 1be670348a498f04b728d58d6446f37f4bf0f06b Mon Sep 17 00:00:00 2001 From: Mr-wang Date: Thu, 7 Dec 2023 09:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E8=A7=86=E5=9B=BE=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E7=94=9F=E6=88=90=E6=89=8B=E5=86=8C=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=B3=A8=E9=94=80,=E5=8E=9F=E5=9B=A0=E6=98=AF=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=89=8B=E5=86=8C,=E5=AF=BC=E8=87=B4=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E8=A7=86=E5=9B=BE=E5=8A=A0=E8=BD=BD=E4=B8=8D=E5=87=BA?= =?UTF-8?q?=E6=9D=A5,=E7=94=9F=E6=88=90=E6=89=8B=E5=86=8C=E8=80=97?= =?UTF-8?q?=E6=97=B6=E6=97=B6=E9=97=B4=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/yili/reportform/service/DataViewService.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/com.awspaas.user.apps.yili.reportform/src/com/awspaas/user/apps/yili/reportform/service/DataViewService.java b/com.awspaas.user.apps.yili.reportform/src/com/awspaas/user/apps/yili/reportform/service/DataViewService.java index d4078edb..f85fd70f 100644 --- a/com.awspaas.user.apps.yili.reportform/src/com/awspaas/user/apps/yili/reportform/service/DataViewService.java +++ b/com.awspaas.user.apps.yili.reportform/src/com/awspaas/user/apps/yili/reportform/service/DataViewService.java @@ -1978,12 +1978,12 @@ public class DataViewService extends ActionWeb { formFileNum += 1; } model = PALRepositoryCache.getCache().get(fileRowMap.getString("FILEID")); - /*if (null != model) { + if (null != model) { taskId = getLastPublishTaskIdByModelId(model.getId()); - }*/ - if (null!=model){ - taskId = createFile(model.getId(),_uc); } + /*if (null!=model){ + taskId = createFile(model.getId(),_uc); + }*/ path = "./w" + "?" + "cmd=com.actionsoft.apps.coe.pal.publisher_publish_file_open" + "&" + "uuid=" + fileRowMap.getString("FILEID") + "&" + "sid=" + sid + "&" + "taskId=" + taskId;