Commit ad76c766 authored by neo's avatar neo

[]

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