From 5710fee2bd5c323096377a72d837050dd52d93b1 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 03 一月 2023 14:32:14 +0800
Subject: [PATCH] 修复抖音订单更新问题/修复用户注销却自动封禁的bug

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java
index f36331f..c5ec852 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java
@@ -43,7 +43,7 @@
 	 * @return
 	 * @throws UserGoodsStorageException
 	 */
-	public void save(Long uid, Set<Long> auctionIds, Integer goodsType) throws UserGoodsStorageException;
+	public void save(Long uid, Set<String> auctionIds, Integer goodsType) throws UserGoodsStorageException;
 
 	/**
 	 * 鎵归噺鍒犻櫎
@@ -75,7 +75,7 @@
 	 * @param auctionId 娣樺疂鍟嗗搧 id
 	 * @return
 	 */
-	public UserGoodsStorage getByUidAndAuctionId(Long uid, Long auctionId, Integer goodsType);
+	public UserGoodsStorage getByUidAndAuctionId(Long uid, String auctionId, Integer goodsType);
 
 	/**
 	 *  鍒ゆ柇鏄惁灞炰簬閫夊搧搴�
@@ -83,7 +83,7 @@
 	 * @param auctionId 鍟嗗搧id
 	 * @return 
 	 */
-	public boolean isExistStorage(Long uid, Long auctionId, Integer goodType);
+	public boolean isExistStorage(Long uid, String auctionId, Integer goodType);
 
 	/**
 	 * 閫夊搧搴撳垎浜晢鍝�

--
Gitblit v1.8.0