Selaa lähdekoodia

地区显示修改

WH01243 9 kuukautta sitten
vanhempi
commit
85b1cb99b8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      api/internal/service/owner.go

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

@@ -776,7 +776,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,