实现复杂查询数据接口

This commit is contained in:
2018-05-19 23:01:41 +08:00
parent 7f533ff401
commit 3b10431cbe
2 changed files with 88 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ public class UpdateBookController {
if (response.getId().equals(id)) {
return new ResponseEntity(HttpStatus.OK);
}
log.error("【response】" + response.toString() + "【title】" + title + "【author】" + author + "【wordCount】" + wordCount + "【publishDate】" + publishDate);
return new ResponseEntity(HttpStatus.INTERNAL_SERVER_ERROR);
}