From 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 26 四月 2024 18:02:17 +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