admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/CommonGoodsService.java
@@ -46,7 +46,7 @@
    * @param goodsId
    * @param goodsType
    */
   public void offlineCommonGoods(Long goodsId, Integer goodsType);
   public void offlineCommonGoods(String goodsId, Integer goodsType);
   /**
    * 根据商品ID和商品类型查询库商品
@@ -55,7 +55,7 @@
    * @param goodsType
    * @return
    */
   public CommonGoods getCommonGoodsByGoodsIdAndGoodsType(Long goodsId, Integer goodsType);
   public CommonGoods getCommonGoodsByGoodsIdAndGoodsType(String goodsId, Integer goodsType);
   /**
    * 批量更新
@@ -90,7 +90,7 @@
    * @param list
    * @return
    */
   public List<CommonGoods> getByListGoodsId(List<Long> list, Integer goodsType);
   public List<CommonGoods> getByListGoodsId(List<String> list, Integer goodsType);
   /**