| 
...
 | 
...
 | 
@@ -194,7 +194,7 @@ class SyncToEsCmd { | 
| 
 | 
 | 
             if($lastpostid!=$thelastpostid){
 | 
| 
 | 
 | 
                 $ret = $this->fob_db->throw()->insert('e_mail_binds_log',[
 | 
| 
 | 
 | 
                     'post_id'   =>  $thelastpostid,
 | 
| 
 | 
 | 
                     'bind_time'   =>  date('Y-m-d H:i:s'),
 | 
| 
 | 
 | 
                     'bind_time'   =>  date('Y-m-d H:i:s',$udate-2),
 | 
| 
 | 
 | 
                     'source'   =>  $thelast['source'],
 | 
| 
 | 
 | 
                     'email'   =>  $thelast['email'],
 | 
| 
 | 
 | 
                     'email_id'   =>  $thelast['email_id'],
 | 
...
 | 
...
 | 
 |