This commit is contained in:
lxd 2025-04-26 17:47:34 +08:00
parent 26c989ab17
commit 622bb73408

View File

@ -241,6 +241,7 @@ public class InspectPatientServiceImpl implements InspectPatientService {
}
@Override
public List<InspectPatientDO> getPatientBySearchKey(String searchKey) {
LambdaQueryWrapper<InspectPatientDO> lambdaQuery = new LambdaQueryWrapper<>();
lambdaQuery.or(wrapper -> wrapper
.eq(InspectPatientDO::getMedicalSn, searchKey)