From 851e43f3d0a79154cb4dc3a55738a83a97797c2d Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期三, 13 十一月 2019 10:04:34 +0800
Subject: [PATCH] 红包提现次数限制

---
 fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandShopCaheServiceImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandShopCaheServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandShopCaheServiceImpl.java
index 1d96481..fe32f59 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandShopCaheServiceImpl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandShopCaheServiceImpl.java
@@ -48,7 +48,7 @@
 		
 		BrandShopCahe brandShop = new BrandShopCahe();
 		brandShop.setBrandId(brandInfo.getId());
-		brandShop.setShop(ShopInfoVOFactory.convertTaoBaoShop(taoBaoShop));
+		brandShop.setShop(shopInfoVO);
 		brandShop.setCreateTime(new Date());
 		brandShopCaheDao.insert(brandShop);
 		return false;

--
Gitblit v1.8.0