|
@@ -981,8 +981,8 @@ public class EmailParseService {
|
|
|
navNameValueVOS.add(fundNameNumberMissVO);
|
|
|
result.setNavFailAnalysisVO(navNameValueVOS);
|
|
|
NameValueVO templateUnSupportVO = new NameValueVO();
|
|
|
- Long templateUnSupport = emailParseInfoMapper.countpdfNoData(databoardQuery, "模版不支持");
|
|
|
- templateUnSupportVO.setName("模版不支持");
|
|
|
+ Long templateUnSupport = emailParseInfoMapper.countpdfNoData(databoardQuery, "模板不支持");
|
|
|
+ templateUnSupportVO.setName("模板不支持");
|
|
|
templateUnSupportVO.setValue(templateUnSupport);
|
|
|
navNameValueVOS.add(templateUnSupportVO);
|
|
|
result.setNavFailAnalysisVO(navNameValueVOS);
|