修改体检统计数据的参数
This commit is contained in:
parent
db6c509cb3
commit
b931baa1aa
@ -225,7 +225,12 @@ public class InspectPatientServiceImpl implements InspectPatientService {
|
||||
}
|
||||
if(detailsVO.getOrgid()!=null&& !detailsVO.getOrgid().isEmpty())
|
||||
{
|
||||
queryWrapper.eq(InspectPatientDO::getExamhoscode, detailsVO.getOrgid());
|
||||
//特殊 乌兰察布第四医院是最大的机构 默认是1
|
||||
if(!detailsVO.getOrgid().equals("1"))
|
||||
{
|
||||
queryWrapper.eq(InspectPatientDO::getExamhoscode, detailsVO.getOrgid());
|
||||
}
|
||||
|
||||
}
|
||||
return patientMapper.selectList(queryWrapper);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user