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