Compare commits

..

No commits in common. "0be47be77099f207457b7b469f327cbbb8e12f87" and "c87ca07f9dfc52951e737931c3c0c147931b6f9b" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class AppShipinquanController {
@PostMapping("/addContent")
@ApiOperation("添加评论内容")
public Result addContent(BlShipinquanPinglun BlShipinquanPinglun){
public Result addContent(@RequestBody BlShipinquanPinglun BlShipinquanPinglun){
BlShipinquanPinglun.setCreateTime(new Date());
pinglunservice.save(BlShipinquanPinglun);
return Result.success();