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

2018-07-20    来源:open-open

容器云强势上线!快速搭建集群,上万Linux镜像随意使用
//根据主任务号查询所有关联保单信息
List plyNoList=lifeNpCustCallbackNewService.plynoByMainId(lifeNpCustCallbackEntity.getTLifeNpCustInfoEntity().getCustcbMainId(),lifeNpCustCallbackEntity.getTLifeNpCustInfoEntity().getBusinessType(),"0");
int showFlagIdcard=0;
if(plyNoList!=null){
for (int i=0;i
TLifeNewplyEntity 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);


标签: idc

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点!
本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。

上一篇:JAVA实现MD5算法

下一篇:PHP 用 tidy_parse_file() 函数提取 HTML 中的链接