病种修改
This commit is contained in:
parent
f71b0b426a
commit
a31d740f3a
@ -45,9 +45,6 @@ public class DepartmentDiseaseTypeServiceImpl implements IDepartmentDiseaseTypeS
|
||||
*/
|
||||
@Override
|
||||
public List<DepartmentDiseaseType> selectDepartmentDiseaseTypeList(DepartmentDiseaseType departmentDiseaseType) {
|
||||
if (Objects.isNull(departmentDiseaseType) || Objects.isNull(departmentDiseaseType.getDepartmentId())) {
|
||||
return new ArrayList<>();
|
||||
}
|
||||
return departmentDiseaseTypeMapper.selectDepartmentDiseaseTypeList(departmentDiseaseType);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user