From 4c0ec478ca72d24e7794c167ff2efe84e100b7cc Mon Sep 17 00:00:00 2001 From: lichuanyang <1176537920@qq.com> Date: Wed, 13 Nov 2024 12:03:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/patientexamlist/PatientexamlistController.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"))//表示只查询超声的数据 { // 筛选条件: