Helius
2022-09-19 f2b9a83f75a4345cd42d008f3153c18f8f890cad
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();
}