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);