Compare commits

...

2 Commits

Author SHA1 Message Date
yangjun 0be47be770 Merge branch 'master' of http://47.115.223.229:8888/yangjun/sadjv3_java 2024-07-23 19:35:44 +08:00
yangjun 3b0fe7e4b8 修改bug 2024-07-23 19:35:40 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,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();