basic-server/src/main/java/com/ruoyi/basic/service/StandardProductListService.java
@@ -31,7 +31,7 @@
     * @param tree 标准树路径,使用 {@code " - "} 分隔层级
     * @return {@code productList} 为生成后的检验项目列表,{@code total} 为列表数量
     */
    Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree);
    Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree, Integer page, String keyword);
    IPage<StandardProductList> selectStandardProductByMethodId(Integer id, String tree, Integer page, String laboratory, String item, String items);