Kaynağa Gözat

Merge branch 'dev_v1.0.0_wh' of CRM/networkManage into feature/v1.0.0

王浩 9 ay önce
ebeveyn
işleme
189667eae8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      api/internal/service/owner.go

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

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