fix
Helius
2021-08-13 05fcfa75d9bcd29f44c5a28d1a665a496347dce1
zq-erp/src/main/java/com/matrix/system/hive/dao/ShoppingGoodsDao.java
@@ -91,4 +91,6 @@
   int selectShopppingGoodsAipTotal(@Param("record") ShoppingGoodsListDto shoppingGoodsListDto);
   public List<ShoppingGoods> selectByIds(@Param("ids")List<Integer> ids);
   int updateInvalidProduct();
}