wzy
2022-10-07 f6e14b78fe0e9e6e1fa6006ef110b04002599dc4
zq-erp/src/main/java/com/matrix/system/hive/dao/ShoppingGoodsDao.java
@@ -90,7 +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();
}