修改文档对比-添加对比结果全文评论列表
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user