bug
zss
2024-06-26 835951395f01aba7ab567d3a6c7b5450b4e54a1b
inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardTreeMapper.java
@@ -29,11 +29,11 @@
    List<StandardMethodList> getStandardMethodListBySample(String sampleType);
    List<StandardProductList> selectStandardProductListByTree(String tree, String sample, String model, String trees);
    List<StandardProductList> selectStandardProductListByTree(String tree, String sample, String model, String trees, String laboratory);
    List<StandardProductList> selectStandardProductListByTree2(String tree, String sample, String model, String trees);
    List<StandardProductList> selectStandardProductListByTree2(String tree, String sample, String model, String trees, String laboratory);
    List<StandardProductList> selectStandardProductListByTree3(String tree, String sample, String model, String trees);
    List<StandardProductList> selectStandardProductListByTree3(String tree, String sample, String model, String trees, String laboratory);
    List<SampleTypeDto> getStandardTree2();