修改文档对比-添加对比结果全文评论列表

This commit is contained in:
gaosong
2022-08-08 11:10:51 +08:00
parent 065f4437a1
commit 486d4ed350
@@ -175,7 +175,7 @@ public class SarFileCompareResCommentController extends JeroController<SarFileCo
*/
@AutoLog(value = "文档对比信息结果评论表-根据infoId查询列表")
@ApiOperation(value="文档对比信息结果评论表-列表查询", notes="文档对比信息结果评论表-列表查询")
@GetMapping(value = "/list")
@GetMapping(value = "/queryListByInfoId")
public Result<List<SarFileCompareResComVO>> queryListByInfoId(@RequestParam(name="id",required=true) String id) {
List<SarFileCompareResComVO> list = sarFileCompareResCommentService.queryListByInfoId(id);
return Result.OK(list);