正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -194,7 +194,7 @@ class SyncToEsCmd { | @@ -194,7 +194,7 @@ class SyncToEsCmd { | ||
| 194 | if($lastpostid!=$thelastpostid){ | 194 | if($lastpostid!=$thelastpostid){ |
| 195 | $ret = $this->fob_db->throw()->insert('e_mail_binds_log',[ | 195 | $ret = $this->fob_db->throw()->insert('e_mail_binds_log',[ |
| 196 | 'post_id' => $thelastpostid, | 196 | 'post_id' => $thelastpostid, |
| 197 | - 'bind_time' => date('Y-m-d H:i:s'), | 197 | + 'bind_time' => date('Y-m-d H:i:s',$udate-2), |
| 198 | 'source' => $thelast['source'], | 198 | 'source' => $thelast['source'], |
| 199 | 'email' => $thelast['email'], | 199 | 'email' => $thelast['email'], |
| 200 | 'email_id' => $thelast['email_id'], | 200 | 'email_id' => $thelast['email_id'], |
-
请 注册 或 登录 后发表评论