2022-11-20 18:45:49.955 ERROR 8540 --- [nio-8081-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.result.ResultMapException: Error attempting to get column 'notWorkDate' from result set. Cause: java.lang.NullPointerException] with root cause
发现原因,发现数据库字段‘notWorkDate’中的内容是空的
解决方案一:
在数据库中将‘notWorkDate’字段数据填充完整即可。