Commit fc72ef76 authored by litengwei's avatar litengwei

人员到入出生日期不对抛出异常

parent 03e9456c
......@@ -816,8 +816,8 @@ public class ExcelServiceImpl {
String date = ft.format(o);
dynamicFormInstanceDto.setFieldValue(date);
} catch (Exception e) {
logger.error("日期转换失败");
logger.error("日期转换失败");
throw new RuntimeException("出生日期格式不对!");
}
}
}
......
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