Commit ad76c766 authored by neo's avatar neo

[]

parent 3a4c3c35
...@@ -254,7 +254,7 @@ public class ReportGeneratorImpl { ...@@ -254,7 +254,7 @@ public class ReportGeneratorImpl {
// data = cell.getStringCellValue(); // data = cell.getStringCellValue();
// } // }
} else { } else {
data = EMPTY; data = "0.0";
} }
if (StringUtils.isNotBlank(data)) { if (StringUtils.isNotBlank(data)) {
...@@ -390,6 +390,7 @@ public class ReportGeneratorImpl { ...@@ -390,6 +390,7 @@ public class ReportGeneratorImpl {
e.printStackTrace(); e.printStackTrace();
job.setStatus(WrapPeriodJobDto.STATUS_ERROR); job.setStatus(WrapPeriodJobDto.STATUS_ERROR);
job.setErrorMsg("cacals report for code " + code + " failed with msg "+e.getMessage()); job.setErrorMsg("cacals report for code " + code + " failed with msg "+e.getMessage());
throw e;
} finally { } finally {
periodJobMapper.updateByPrimaryKey(job); periodJobMapper.updateByPrimaryKey(job);
} }
......
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