From 43cdf33b1f384c2287b358d7a41fc059b79fd754 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 2 Feb 2026 19:14:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/hxhq/business/controller/StudyFormApplyController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormApplyController.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormApplyController.java index 95a5bd4..50e3950 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormApplyController.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormApplyController.java @@ -103,7 +103,7 @@ public class StudyFormApplyController extends BaseController { @GetMapping("/jcgjqmxxList") @RequiresPermissions(value = {"business:studyFormApply:xq", "business:nonTrialFormApply:xq", "business:drugFormApply:xq"}, logical = Logical.OR) public AjaxResult jcgjqmxxList(Integer jcgjlx,Long id) { - HashMap map=new HashMap(); + HashMap map=new HashMap(2); //稽查轨迹 QueryWrapper studyFormApplyJcgjQueryWrapper = Wrappers.query(); studyFormApplyJcgjQueryWrapper.eq("form_id",id);