影像修改
Some checks are pending
Java CI with Maven / build (11) (push) Waiting to run
Java CI with Maven / build (17) (push) Waiting to run
Java CI with Maven / build (8) (push) Waiting to run
yudao-ui-admin CI / build (14.x) (push) Waiting to run
yudao-ui-admin CI / build (16.x) (push) Waiting to run

This commit is contained in:
旺仔 2024-11-13 12:03:05 +08:00
parent 3e6291fff0
commit 4c0ec478ca

View File

@ -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<PatientexamlistDO> pageResult = patientexamlistService.getPatientexamlistPage(pageReqVO);
List<PatientexamlistDO> doList = new ArrayList<>();
String devicetype = pageReqVO.getDeviceType();
if (devicetype != null && devicetype.contains("US"))//表示只查询超声的数据
{
// 筛选条件