admin
2024-12-06 3b6c47aa75711761a4994c737d7432bdf8743613
fanli/src/main/java/com/yeshi/fanli/service/impl/user/cloud/UserCloudGoodsServiceImpl.java
@@ -107,7 +107,7 @@
   }
   @Override
   public UserCloudGoods addGoods(Long uid, Long goodsId, Integer goodsType, Long sellerId) throws UserCloudGoodsException {
   public UserCloudGoods addGoods(Long uid, String goodsId, Integer goodsType, Long sellerId) throws UserCloudGoodsException {
      if (uid == null)
         throw new UserCloudGoodsException(1, "用户尚未登录");
      if (goodsId == null || goodsType == null)