zss
2024-09-13 e05875fa75605595b192fca04e598598cb2f2931
inspect-server/src/main/java/com/yuanchu/mom/mapper/InsSampleMapper.java
@@ -30,7 +30,6 @@
    IPage<InsOrderPlanTaskSwitchVo> inspectionOrderDetailsTaskSwitching(Page page, @Param("ew") QueryWrapper<InsOrderPlanDTO> ew, @Param("userId") Integer userId, @Param("sonLaboratory") String sonLaboratory, @Param("laboratory") String laboratory);
    List<SampleProductDto> selectSampleProductListByOrderId(Integer id);
    List<SampleProductDto> selectSampleProductListByOrder2Id(Integer id);
    List<SampleProductDto> selectSampleProductListByOrderId2(Integer id);
    List<SampleProductDto> selectSampleProductListByOrder2Id2(Integer id);
@@ -53,6 +52,9 @@
    String selMethodById(Integer sampleId);
    List<Map<String, String>> selectSampleList(Integer orderId);
    //过滤掉没有检验项目的样品
    List<InsSample> selectSampleListByOrderId(Integer orderId);
}