yujian
2019-07-12 9d8dfb01ff72c57abad3b80f3d65e81a5354db03
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserGoodsStorageMapper.java
@@ -42,9 +42,9 @@
    * @return
    */
   List<UserGoodsStorage> listQueryByUid(@Param("start") long start, @Param("count") int count, 
         @Param("uid") Long uid);
         @Param("uid") Long uid, @Param("source")Integer source);
   
   long countQueryByUid(@Param("uid") Long uid);
   long countQueryByUid(@Param("uid") Long uid, @Param("source")Integer source);
   
   /**
    * 根据用户id、 简版商品 id(CommonGoods.id)
@@ -69,7 +69,7 @@
    * @param auctionId 淘宝商品 id
    * @return
    */
   UserGoodsStorage getByUidAndAuctionId(@Param("uid") Long uid, @Param("auctionId") Long auctionId);
   UserGoodsStorage getByUidAndAuctionId(@Param("uid") Long uid, @Param("auctionId") Long auctionId, @Param("goodType")Integer goodType);
   
   
   /**