diff --git a/yudao-module-tblist/yudao-module-tblist-biz/src/main/java/cn/iocoder/yudao/module/tblist/controller/admin/patientexamlist/PatientexamlistController.java b/yudao-module-tblist/yudao-module-tblist-biz/src/main/java/cn/iocoder/yudao/module/tblist/controller/admin/patientexamlist/PatientexamlistController.java index 420886853..d947d15d0 100644 --- a/yudao-module-tblist/yudao-module-tblist-biz/src/main/java/cn/iocoder/yudao/module/tblist/controller/admin/patientexamlist/PatientexamlistController.java +++ b/yudao-module-tblist/yudao-module-tblist-biz/src/main/java/cn/iocoder/yudao/module/tblist/controller/admin/patientexamlist/PatientexamlistController.java @@ -126,9 +126,11 @@ public class PatientexamlistController { AdminUserDO user = userService.getUser(getLoginUserId()); pageReqVO.setOrgId(user.getOrgId()); + String devicetype = pageReqVO.getDeviceType(); + if (devicetype != null && devicetype.contains("CT")) + pageReqVO.setDeviceType(null); PageResult pageResult = patientexamlistService.getPatientexamlistPage(pageReqVO); List doList = new ArrayList<>(); - String devicetype = pageReqVO.getDeviceType(); if (devicetype != null && devicetype.contains("US"))//表示只查询超声的数据 { // 筛选条件: