pull/1094/head
Ryan Wang 2020-09-25 09:24:23 +08:00 committed by GitHub
parent a69168e764
commit 683caf7a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ public class CommonController extends AbstractErrorController {
model.addAttribute("error", errorDetail);
model.addAttribute("meta_keywords", optionService.getSeoKeywords());
model.addAttribute("meta_description", optionService.getSeoDescription());
model.addAttribute("message", HttpStatus.valueOf(optionService.getSeoKeywords()).value());
log.debug("Error detail: [{}]", errorDetail);
HttpStatus status = getStatus(request);