浏览代码

Merge branch 'feature/v1.0.0' of https://jygit.jydev.jianyu360.cn/CRM/networkManage into feature/v1.0.0

wangchuanjin 9 月之前
父节点
当前提交
64b08f522d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/internal/service/owner.go

+ 1 - 1
api/internal/service/owner.go

@@ -741,7 +741,7 @@ func ProjectHandle(buyerArr []string, area, businessStr string, dataMap *map[str
 		buyerId := object.BuyerId
 		buyerId := object.BuyerId
 		projectMoney, _ := object.ProjectMoney.Float64()
 		projectMoney, _ := object.ProjectMoney.Float64()
 		(*projectMap)[buyerName] = map[string]interface{}{
 		(*projectMap)[buyerName] = map[string]interface{}{
-			"area":      area,
+			"area":      strings.Join(object.Area, ","),
 			"zbtime":    object.Zbtime,
 			"zbtime":    object.Zbtime,
 			"money":     common.RetainDecimal(projectMoney/10000, 2),
 			"money":     common.RetainDecimal(projectMoney/10000, 2),
 			"count":     object.Ocount,
 			"count":     object.Ocount,