inspect-server/src/main/java/com/yuanchu/mom/service/StandardProductListService.java
@@ -26,6 +26,6 @@ IPage<StandardProductList> selectStandardProductByMethodId(Integer id, String tree, Integer page, String laboratory, String item, String items); Map<String, List<?>> selectStandardProductEnumByMethodId(Integer id, String tree); Map<String, List<?>> selectStandardProductEnumByMethodId(Integer id, String tree, String item); }