From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +0800 Subject: [PATCH] 抖音转链修改 --- 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