inspect-server/src/main/java/com/yuanchu/mom/service/impl/StandardTreeServiceImpl.java
@@ -118,6 +118,14 @@ standardProductListMapper.update(productList, Wrappers.<StandardProductList>lambdaUpdate().in(StandardProductList::getId, ids)); return 1; } @Override public List<StandardTree> getStandTreeBySampleType() { return standardTreeMapper.selectList(Wrappers.<StandardTree>lambdaQuery() .eq(StandardTree::getLaboratory, "通信产品实验室") .eq(StandardTree::getSampleType, "光纤") .select(StandardTree::getModel, StandardTree::getSample)); } }