From ab5797e81582087ef78f6e17318e6117a906ccc7 Mon Sep 17 00:00:00 2001 From: amarsoft Date: Sat, 23 Jun 2018 17:59:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E4=BF=9D=E8=AF=81?= =?UTF-8?q?=E9=87=91=E6=94=B6=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp b/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp index e2606b4f9..3320f77ac 100644 --- a/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp +++ b/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp @@ -9,7 +9,8 @@ String sPrevUrl = CurPage.getParameter("ID"); //String ProjectName = CurPage.getParameter("ProjectName"); /* if(sPrevUrl == null) sPrevUrl = "/DealerDeposit/DMarginChargeInfo_TempList.jsp"; */ - + BizObject flow=JBOFactory.createBizObjectQuery("jbo.com.tenwa.entity.comm.flow.FLOW_BUSSINESS_OBJECT","flow_unid=:flowunid").setParameter("flowunid", sFlowUnid).getSingleResult(false); + String DISTRIBUTOR_NO=flow.getAttribute("Flow_Key").getString(); String sTempletNo = "DMarginChargeInfo_Temp";//--Ä£°åºÅ-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); /* doTemp.setColTips("", "²âÊÔ"); */ @@ -26,6 +27,7 @@