正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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()){ |
-
请 注册 或 登录 后发表评论