fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserGoodsStorageMapper.java
@@ -69,7 +69,7 @@ * @param auctionId 淘宝商品 id * @return */ UserGoodsStorage getByUidAndAuctionId(@Param("uid") Long uid, @Param("auctionId") Long auctionId, @Param("gooodsType") Integer gooodsType); UserGoodsStorage getByUidAndAuctionId(@Param("uid") Long uid, @Param("auctionId") String auctionId, @Param("gooodsType") Integer gooodsType); /**