zouyu
2025-12-15 25c9a362c85e629639263fe63b2aa1f08fdb1114
inspect-server/src/main/java/com/ruoyi/inspect/mapper/InsProductMapper.java
@@ -77,6 +77,8 @@
     * @return
     */
    List<InsProductDeviationWarningDetail> selectAnalysis(@Param("insProduct") InsProduct insProduct, @Param("supplierName") String supplierName);
    List<InsProduct> getRevocationInsProductList(@Param("ids") List<Integer> ids);
}