admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/service/impl/taobao/TaoBaoShopServiceImpl.java
@@ -159,7 +159,7 @@
   }
   @Override
   public TaoBaoShop getTaoBaoShop(Long auctionId, Long sellerId) {
   public TaoBaoShop getTaoBaoShop(String auctionId, Long sellerId) {
      TaoBaoShop shop = taoBaoShopMapper.selectByPrimaryKey(sellerId);
      if (shop != null)
         return shop;