浏览代码

采购单位默认展示空,每个省份改为5次

wangkaiyue 3 年之前
父节点
当前提交
fc169db070
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/jfw/modules/bigmember/src/service/portrait/subvipPortraitAction.go

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

@@ -221,6 +221,8 @@ func (this *SubVipPortrait) PortraitRecord() {
 			for _, buyerName := range recordList {
 				if buyerDetail, ok := buyerDetailMap[buyerName]; ok && buyerDetail != nil {
 					infoList = append(infoList, buyerDetail)
+				} else {
+					infoList = append(infoList, map[string]interface{}{"name": buyerName})
 				}
 			}
 		}