From 457bb8c37bac91191d0bdbf7a856b18fef383a93 Mon Sep 17 00:00:00 2001 From: lixuebo Date: Tue, 22 Oct 2019 10:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=96=99=E6=B8=85=E5=8D=95=E9=87=8D?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Comm/DocList/PayDocList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Comm/DocList/PayDocList.jsp b/WebContent/Tenwa/Comm/DocList/PayDocList.jsp index 34dcdadc7..0a5550ba8 100644 --- a/WebContent/Tenwa/Comm/DocList/PayDocList.jsp +++ b/WebContent/Tenwa/Comm/DocList/PayDocList.jsp @@ -69,7 +69,7 @@ String projectId = flow.getAttribute("proj_id").getString(); //判断是否存在,不存在就从配置表倒到临时表 - DocListInitAction.initDocList(docParam,other,docClassItemno,CurConfig); + DocListInitAction.initDocList(docParam,other,docClassItemno,CurConfig,Sqlca); ASObjectModel doTemp = new ASObjectModel(sTempletNo); String otherWhere=DocListInitAction.getFlowWhere(flow,"","rela"); doTemp.appendJboWhere(otherWhere);