//根据主任务号查询所有关联保单信息详解编程语言

//根据主任务号查询所有关联保单信息 
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);

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/11081.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论