...
|
...
|
@@ -35,7 +35,7 @@ while (1){ |
|
|
$data = $db->first(\Model\listsSql::first('`id` = '.$id));
|
|
|
if($data){
|
|
|
|
|
|
$data['is_auto']=$db->count('select count(*) from `lists_auto` where `list_id` = '.$data['uuid']) ? 1 : 0;
|
|
|
$data['is_auto']=$db->count('select count(*) from `lists_auto` where `list_id` = '.$data['id']) ? 1 : 0;
|
|
|
|
|
|
$data = getEsData($data);
|
|
|
$doc_id = $data['email_id'].'_'.$data['folder_id'].'_'.$data['uid'];
|
...
|
...
|
|