扣款信息变更流程,从已审批中列表到详情页面合同基本信息没有数据

This commit is contained in:
tangft 2019-05-16 13:47:53 +08:00
parent b944f5a9d1
commit d629b88c3b

View File

@ -13,7 +13,7 @@
sTempletNo = "LBContractInfoTemp_Car";
}
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
if(null!=ishistory&&ishistory.equals("true")){
if(null!=ishistory&&ishistory.equals("true")&&!"AccountChangeFlow".equals(CurPage.getParameter("FlowNo"))){
doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataInfoHistory");//如果是历史则新显示历史数据
}
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);