作者 赵彬吉

update

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