姜友瑶
2022-07-01 d6628194b6d867f840d37db2ef9dc057a2084270
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();
}