Browse Source

fix:采购单位名称获取

duxin 2 years ago
parent
commit
25374ec038

+ 1 - 0
src/jfw/modules/bigmember/src/service/portrait/subvipPortraitAction.go

@@ -508,6 +508,7 @@ func (this *SubVipPortrait) BuyerPortrait() {
 		if power == 3 {
 		if power == 3 {
 			rData["onTrial"] = true
 			rData["onTrial"] = true
 		}
 		}
+		rData["name"] = buyerName
 		return rData, nil
 		return rData, nil
 	}()
 	}()
 	if errMsg != nil {
 	if errMsg != nil {