修改bug

This commit is contained in:
yangjun 2024-07-23 19:35:40 +08:00
parent 9a050aa76d
commit 3b0fe7e4b8
1 changed files with 1 additions and 1 deletions

View File

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