zhuo
2025-04-03 eb975b40828b3a930fb38b75c739a7385b14ee12
basic-server/src/main/java/com/ruoyi/basic/mapper/StandardProductListMapper.java
@@ -71,7 +71,7 @@
     */
    void saveBatchProductLists(@Param("productLists") List<StandardProductList> productLists);
    void updateProductListCheckStatus(@Param("ids") List<Long> ids,String checkStatus);
    void updateProductListCheckStatus(@Param("ids") List<Long> ids,@Param("checkStatus") String checkStatus);
}