FIX_REMAINDER_MAIL
This commit is contained in:
parent
535f17d0b4
commit
394d29afff
@ -343,7 +343,7 @@ public function getExpDate2(){
|
||||
->where('nhc.receiving_entity =',$email)
|
||||
->where('C.customer_id =',$customerId)
|
||||
->where('S.sub_id =',$subscriptionId)
|
||||
->where('nhc.sent_time >=', date('Y-m-d', strtotime('-30 days')))
|
||||
->where('nhc.sent_time >', date('Y-m-d', strtotime('-5 days')))
|
||||
->where('nhc.receiving_status = ',1)
|
||||
->get()->getResultArray();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user