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 @@