|
@@ -601,8 +601,8 @@ func FindStatus(positionId int64) (map[string]bool, map[string]bool, map[string]
|
|
|
//已创建
|
|
|
createdMap := map[string]bool{}
|
|
|
processingArr := CrmMysql.Find(entity.CONNECTION_STATUS, map[string]interface{}{
|
|
|
- "type": 1,
|
|
|
- "position id": positionId,
|
|
|
+ "itype": 1,
|
|
|
+ "position_id": positionId,
|
|
|
}, "relate_id,is_handle,is_ignore,is_create", "", -1, -1)
|
|
|
if processingArr != nil && len(*processingArr) > 0 {
|
|
|
for _, v := range *processingArr {
|
|
@@ -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"])
|