|
@@ -601,8 +601,8 @@ func FindStatus(positionId int64) (map[string]bool, map[string]bool, map[string]
|
|
processingArr := CrmMysql.Find(entity.CONNECTION_STATUS, map[string]interface{}{
|
|
processingArr := CrmMysql.Find(entity.CONNECTION_STATUS, map[string]interface{}{
|
|
}, "relate_id,is_handle,is_ignore,is_create", "", -1, -1)
|
|
}, "relate_id,is_handle,is_ignore,is_create", "", -1, -1)
|
|
for _, v := range *processingArr {
|
|
for _, v := range *processingArr {
|