Compare commits
1 Commits
4d7af7c7e3
...
394144d263
Author | SHA1 | Date | |
---|---|---|---|
394144d263 |
@ -228,8 +228,8 @@ class MessageProcess implements ShouldQueue
|
|||||||
if ($this->mo->msgid) {
|
if ($this->mo->msgid) {
|
||||||
$o = Echomail::where('msgid',$this->mo->msgid)
|
$o = Echomail::where('msgid',$this->mo->msgid)
|
||||||
->where('fftn_id',$this->mo->fftn->id)
|
->where('fftn_id',$this->mo->fftn->id)
|
||||||
->where('datetime','>=',$this->mo->date->subYears(3))
|
->where('datetime','>=',$this->mo->datetime->subYears(3))
|
||||||
->where('datetime','<=',$this->mo->date)
|
->where('datetime','<=',$this->mo->datetime)
|
||||||
->single();
|
->single();
|
||||||
|
|
||||||
Log::debug(sprintf('%s:- Checking for duplicate from host id [%d].',self::LOGKEY,$this->mo->fftn->id));
|
Log::debug(sprintf('%s:- Checking for duplicate from host id [%d].',self::LOGKEY,$this->mo->fftn->id));
|
||||||
|
Loading…
Reference in New Issue
Block a user