|
|
@ -116,7 +116,7 @@ public class TBasicServiceImpl implements ITBasicService {
|
|
|
|
Integer num = tBasicMapper.selectOne(tBasicDto.getJzh());
|
|
|
|
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;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|