zouyu
2025-03-19 3647aa5008055528f075ee73002542a1399575ae
inspect-server/src/main/java/com/ruoyi/inspect/mapper/InsSampleMapper.java
@@ -49,13 +49,13 @@
    List<SampleProductDto3> selectSampleProductListByOrderId3(@Param("ids") List<Integer> ids);
    List<SampleProductDto> getInsOrderAndSample(Integer id, String laboratory);
    List<SampleProductDto> getInsOrderAndSample(@Param("id")Integer id, @Param("laboratory")String laboratory);
    String getSampleEn(String sample);
    List<InsProduct> getInsProduct1(Integer id, String laboratory);
    List<InsProduct> getInsProduct1(@Param("id") Integer id, @Param("laboratory") String laboratory);
    List<InsProduct> getInsProduct5(Integer id, String laboratory);
    List<InsProduct> getInsProduct5(@Param("id") Integer id, @Param("laboratory") String laboratory);
    List<InsProduct> getInsProduct2(@Param("id") Integer id, @Param("sonLaboratory") String sonLaboratory);