|
@@ -16,7 +16,7 @@ class JobController extends ApiBaseController
|
|
{
|
|
{
|
|
$page = $request->input('page', 1);
|
|
$page = $request->input('page', 1);
|
|
$limit = $request->input('limit', 10);
|
|
$limit = $request->input('limit', 10);
|
|
- $update_at = $request->input('update_time', '');
|
|
|
|
|
|
+ $update_at = $request->input('update_at', '');
|
|
|
|
|
|
$where = [
|
|
$where = [
|
|
['valid', '=', 1],
|
|
['valid', '=', 1],
|