Commit b0ccfaef authored by 李灿灿's avatar 李灿灿

fix: 20221110 投保与退保-已投保-导出已投保名册 注释代码放开

parent cc48338d
......@@ -3377,7 +3377,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
}
List<InsuredListVo> insuredList;
insuredList = this.baseMapper.getInsuredList(param);
/*if (CollectionUtils.isNotEmpty(insuredList)){
if (CollectionUtils.isNotEmpty(insuredList)){
//根据项目编码获取项目名称
List<String> collect = insuredList.stream().map(InsuredListVo::getDeptNo).distinct().collect(Collectors.toList());
try{
......@@ -3400,7 +3400,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
record.setProjectName(CommonConstants.EMPTY_STRING);
}
}
}*/
}
//处理导出
String fileName = "商险已投保人员名册" + DateUtil.getThisTime() + CommonConstants.XLSX;
long count = insuredList.size();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment