inspect-server/src/main/java/com/yuanchu/mom/service/impl/InspectionItemServiceImpl.java
@@ -38,8 +38,8 @@ //新增按钮-->2、查询所有检验项目 @Override public List<InspectionItemDto> selectInspectionItem(Integer finishInspectId, Integer type) { return inspectionItemMapper.selectInspectionItem(finishInspectId,type); public List<InspectionItemDto> selectInspectionItem(Integer id, Integer type) { return inspectionItemMapper.selectInspectionItem(id,type); }