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