FIX_REMAINDER_MAIL

This commit is contained in:
Srinivas-Saravanan 2025-01-02 10:15:21 +05:30
parent 535f17d0b4
commit 394d29afff

View File

@ -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();
}