Selaa lähdekoodia

项目地区处理

WH01243 1 vuosi sitten
vanhempi
commit
d39ff4139a
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

@@ -783,7 +783,7 @@ func ProjectHandle(buyerArr []string, entAccountId int64, entName, area, project
 
 		}
 	}
-	if projectType == "1" {
+	if projectType == "1" || area != "" {
 		if entName == "" {
 			for buyerId, v := range *dataMap {
 				buyerName := gconv.String(v["buyerName"])