bug修改
This commit is contained in:
parent
70e6bdae6c
commit
5bc428f595
@ -50,7 +50,7 @@ public interface InspectPatientMapper extends BaseMapperX<InspectPatientDO> {
|
||||
} else if (reqVO.getInspectionStatus() == 1) {
|
||||
// 如果传过来的值为1,查询InspectionOpinion字段为空
|
||||
//queryWrapper.isNull(InspectPatientDO::getSummaryResult).or().eq(InspectPatientDO::getSummaryResult, "");
|
||||
queryWrapper.and(wrapper -> wrapper.isNull(InspectPatientDO::getInspectionOpinion).or().eq(InspectPatientDO::getInspectionOpinion, ""));
|
||||
queryWrapper.and(wrapper -> wrapper.isNull(InspectPatientDO::getSummaryResult).or().eq(InspectPatientDO::getSummaryResult, ""));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user