|
...
|
...
|
@@ -771,7 +771,7 @@ class RelayInquiry extends Command |
|
|
|
*/
|
|
|
|
public function getInquiry($num = 10)
|
|
|
|
{
|
|
|
|
$result = ReInquiryForm::where(['status' => ReInquiryForm::STATUS_INIT])->where('created_at', '>', '2025-04-27 00:00:00')->orderBy('id', 'asc')->limit($num)->get();
|
|
|
|
$result = ReInquiryForm::where(['status' => ReInquiryForm::STATUS_INIT])->where('created_at', '>', '2025-05-22 18:00:00')->orderBy('id', 'asc')->limit($num)->get();
|
|
|
|
return $result;
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|