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

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