chenrui
2025-03-21 82a57fc77fc3f170c436f205761113c1178d7a7f
inspect-server/src/main/java/com/yuanchu/mom/mapper/InsProductMapper.java
@@ -27,11 +27,9 @@
    int updateInspected(@Param("id") Integer id);
    List<InsProduct> selectFiberInsProduct(List<Integer> ids, String laboratory);
    IPage<InsProduct> selectNoProducts(Page page, Integer orderId);
    int selectInsProductCountByOrderId(int orderId);
    int selectInsProductCountByOrderId(int sampleId);
}