过滤血液净化

master
宇宙皮皮娃 2 years ago
parent 8936fc1eb6
commit 540ce8c379

@ -116,7 +116,7 @@ public class TBasicServiceImpl implements ITBasicService {
Integer num = tBasicMapper.selectOne(tBasicDto.getJzh());
//判断是否血液净化的,是则跳过
if(ObjectUtil.isNotEmpty(tBasicDto.getInpatientNo())&&tBasicDto.getInpatientNo().contains("x")){
if(ObjectUtil.isNotEmpty(tBasicDto.getInpatientNo())&&(tBasicDto.getInpatientNo().contains("x")||tBasicDto.getInpatientNo().contains("X"))){
continue;
}

Loading…
Cancel
Save