diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormPreController.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormPreController.java index 98738f5..8649bd6 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormPreController.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormPreController.java @@ -52,9 +52,9 @@ public class StudyFormPreController extends BaseController @RequiresPermissions({"business:studyFormPre:bj","business:studyFormPre:xz", "business:nonTrialFormPre:bj","business:nonTrialFormPre:xz", "business:drugFormPre:bj","business:drugFormPre:xz"}) - public AjaxResult studyList(Study study) { + public AjaxResult studyList() { QueryWrapper queryWrapper = Wrappers.query(); - queryWrapper.ne("status", StudyStatusEnum.dgd.getValue()); + queryWrapper.in("status", StudyStatusEnum.syz.getValue(),StudyStatusEnum.ysd.getValue()); return AjaxResult.success(studyService.list(queryWrapper)); }