欢迎访问悦橙教程(wld5.com),关注java教程。悦橙教程  java问答|  每日更新
页面导航 : > > 文章正文

//根据主任务号查询所有关联保单信息,关联保单,//根据主任务号查询所有

来源: javaer 分享于  点击 37767 次 点评:157

//根据主任务号查询所有关联保单信息,关联保单,//根据主任务号查询所有


//根据主任务号查询所有关联保单信息List plyNoList=lifeNpCustCallbackNewService.plynoByMainId(lifeNpCustCallbackEntity.getTLifeNpCustInfoEntity().getCustcbMainId(),lifeNpCustCallbackEntity.getTLifeNpCustInfoEntity().getBusinessType(),"0");int showFlagIdcard=0;if(plyNoList!=null){for (int i=0;iTLifeNewplyEntity tLifeNewplyEntity=(TLifeNewplyEntity)plyNoList.get(i);if(tLifeNewplyEntity.getPrem()>=200000 &&("16".equals(tLifeNewplyEntity.getSellType())||"12".equals(tLifeNewplyEntity.getSellType()))){showFlagIdcard++;}}}if(showFlagIdcard>=1){request.setAttribute("showIdCard",1 );}else{request.setAttribute("showIdCard",0 );}Long cbTimes=lifeNpCustCallbackForm.getCbTimes();//回访次数Long custcbMainId=lifeNpCustCallbackForm.getCustcbMainId();//回访主任务号String hisRemark=lifeNpCustCallbackNewService.findBeforeRemark(custcbMainId,cbTimes);//查询上次回访备注信息lifeNpCustCallbackForm.setHisRemark(hisRemark);
相关栏目:

用户点评