抱歉此功能出错了!您可将此问题向平台客服 提交工单 ,或致电

Default Spring Boot Error Page

Page: http://rrkf.com/serv/requestDetail

Cause: java.lang.NullPointerException
Note: You would never generate a page that displays a Java exception to an end-user in a real application

You are seeing this error page due to Spring Boot (which returns a view called "error" in response to uncaught exceptions. Since we are using Thymeleaf this corresponds to the template error.html )