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