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); }