报告打印
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:
lichuanyang 2024-08-15 17:33:00 +08:00
parent e193d526d7
commit 905290ba3c

View File

@ -44,6 +44,7 @@ public interface PatientexamlistMapper extends BaseMapperX<PatientexamlistDO> {
.likeIfPresent(PatientexamlistDO::getDeviceName, reqVO.getDeviceName())
.eqIfPresent(PatientexamlistDO::getDeviceType, reqVO.getDeviceType())
.likeIfPresent(PatientexamlistDO::getPName, reqVO.getPname())
.isNotNull(PatientexamlistDO::getDiagDate)
.orderByAsc(PatientexamlistDO::getRegId));
}