姜友瑶
2022-05-17 b63b60288025c131b7d6023d444417ab5b35e2c1
zq-erp/src/main/java/com/matrix/system/hive/dao/ShoppingGoodsDao.java
@@ -90,5 +90,7 @@
   int selectShopppingGoodsAipTotal(@Param("record") ShoppingGoodsListDto shoppingGoodsListDto);
   public List<ShoppingGoods> selectByIds(@Param("ids")List<Integer> ids);
   public List<ShoppingGoods> selectByIds(@Param("ids")List<Long> ids);
   int updateInvalidProduct();
}