From 56fff0fa454cafc7fb836800b71fe3fea03212ef Mon Sep 17 00:00:00 2001 From: caozhen <18736171426@139.com> Date: Wed, 20 Sep 2023 10:55:48 +0800 Subject: [PATCH] =?UTF-8?q?/queryListByInfoId=E6=8E=A5=E5=8F=A3str?= =?UTF-8?q?=E5=BD=A2=E5=8F=82=E6=94=B9=E4=B8=BA=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../compare/controller/SarFileCompareResCommentController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laws-modules/src/main/java/com/jero/modules/compare/controller/SarFileCompareResCommentController.java b/laws-modules/src/main/java/com/jero/modules/compare/controller/SarFileCompareResCommentController.java index cd0e0055..f6b3d017 100644 --- a/laws-modules/src/main/java/com/jero/modules/compare/controller/SarFileCompareResCommentController.java +++ b/laws-modules/src/main/java/com/jero/modules/compare/controller/SarFileCompareResCommentController.java @@ -178,7 +178,7 @@ public class SarFileCompareResCommentController extends JeroController> queryListByInfoId(@RequestParam(name = "id", required = true) String id, - @RequestParam(name = "str") String str) { + @RequestParam(name = "str", required = false) String str) { List list = sarFileCompareResCommentService.queryListByInfoId(id, str); return Result.OK(list); }