Explorar el Código

Merge branch 'cygx_13.8' of http://8.136.199.33:3000/cxzhang/hongze_clpt into debug

xingzai hace 8 meses
padre
commit
78e5247f47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/cygx_yanxuan_special_company.go

+ 1 - 1
services/cygx_yanxuan_special_company.go

@@ -87,7 +87,7 @@ func AddSpecialRecord(user *models.WxUserItem, specialId, stopTime int) (err err
 	}
 	}
 	var sellerName string
 	var sellerName string
 	//获取销售信息
 	//获取销售信息
-	sellerName, _ = GetSellerName(user)
+	sellerName, _, _ = GetSellerName(user)
 	if stopTime >= 3 {
 	if stopTime >= 3 {
 
 
 		//判断一个用户是否阅读过 某一篇研选专栏
 		//判断一个用户是否阅读过 某一篇研选专栏