From a4c5ecbc8a4c86ddbef9d47378528992185e1408 Mon Sep 17 00:00:00 2001 From: G Date: Tue, 23 Oct 2018 14:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E8=BE=93=E7=9A=84=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E5=90=88=E5=90=8C=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Fund/TraditionFundPayment/FundPaymentApplyList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/TraditionFundPayment/FundPaymentApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Fund/TraditionFundPayment/FundPaymentApplyList.jsp index 253779168..7a2954b82 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/TraditionFundPayment/FundPaymentApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/TraditionFundPayment/FundPaymentApplyList.jsp @@ -26,7 +26,7 @@ var proj_name = sReturn[4]; var contract_no = sReturn[5]; var sReturnInfo = RunJavaMethodTrans("com.tenwa.flow.action.comm.BaseFlowStartAction","initFLow", - "ContractId="+contract_id+",FlowKey="+contract_no+",ProjectId="+proj_id+",ProductId="+productId+",contract_number="+contract_number+",ProjectName="+proj_name+",applyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>"); + "ContractId="+contract_id+",FlowKey="+contract_number+",ProjectId="+proj_id+",ProductId="+productId+",contract_number="+contract_number+",ProjectName="+proj_name+",applyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>"); var sReturnInfos=sReturnInfo.split("@"); if(sReturnInfos[0]=="success") {