作者 赵彬吉

update

@@ -289,6 +289,7 @@ class RelayInquiryTest extends Command @@ -289,6 +289,7 @@ class RelayInquiryTest extends Command
289 $inquiry = ReInquiryForm::where('created_at', '>', '2025-05-19 00:00:00') 289 $inquiry = ReInquiryForm::where('created_at', '>', '2025-05-19 00:00:00')
290 ->where('created_at', '<', '2025-05-22 18:00:00') 290 ->where('created_at', '<', '2025-05-22 18:00:00')
291 ->where(['status' => ReInquiryForm::STATUS_FORGO]) 291 ->where(['status' => ReInquiryForm::STATUS_FORGO])
  292 + ->where('remark', '超时72小时未处理!')
292 ->orderBy('id', 'asc')->get(); 293 ->orderBy('id', 'asc')->get();
293 294
294 if ($inquiry->isEmpty()){ 295 if ($inquiry->isEmpty()){