| | |
| | | import com.yuanchu.mom.common.GetLook; |
| | | import com.yuanchu.mom.dto.ProductDto; |
| | | import com.yuanchu.mom.exception.ErrorException; |
| | | import com.yuanchu.mom.mapper.StandardMethodListMapper; |
| | | import com.yuanchu.mom.mapper.StandardProductListMapper; |
| | | import com.yuanchu.mom.mapper.StandardTreeMapper; |
| | | import com.yuanchu.mom.pojo.InsSample; |
| | | import com.yuanchu.mom.pojo.StandardMethodList; |
| | | import com.yuanchu.mom.pojo.StandardProductList; |
| | | import com.yuanchu.mom.pojo.StandardTree; |
| | | import com.yuanchu.mom.service.StandardProductListService; |
| | |
| | | return false; |
| | | } |
| | | return true; |
| | | }).map(standardProductList -> { |
| | | String code = baseMapper.selectStandardMethodById(standardProductList.getStandardMethodListId()); |
| | | standardProductList.setMethodS(code); |
| | | return standardProductList; |
| | | }).collect(Collectors.toList()); |
| | | return list; |
| | | } |