gongchunyi
12 小时以前 a1e19c7466cce45b5bb360e38ab7c7c1753986f2
basic-server/src/main/java/com/ruoyi/basic/service/StandardProductListService.java
@@ -20,11 +20,11 @@
    int upStandardProductList(StandardProductList list);
    int delStandardProduct(JSONArray list);
    List<StandardProductList> selectStandardProductList(InsSampleReceiveDto insSample);
    Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree, Integer page);
    Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree);
    Map<String, Object> buildStandardProductListNoDrag(Integer id, String tree);
    IPage<StandardProductList> selectStandardProductByMethodId(Integer id, String tree, Integer page, String laboratory, String item, String items);
@@ -34,18 +34,21 @@
    /**
     * 标准库拖拽
     *
     * @param resetTreeDragDTO
     */
    void resetTreeDrag(ResetTreeDragDTO resetTreeDragDTO);
    /**
     * 标准库拖拽
     *
     * @param standardProductLists
     */
    void resetTreeDragBatch(List<StandardProductList> standardProductLists);
    /**
     * 检验项要求值对比
     *
     * @param copyStandardProductListDto
     * @return
     */
@@ -53,6 +56,7 @@
    /**
     * 检验项要求值对比一个
     *
     * @param copyStandardProductListDto
     * @return
     */
@@ -60,6 +64,7 @@
    /**
     * 检验项复制排序
     *
     * @param copyStandardProductListDto
     * @return
     */