|
@@ -153,7 +153,7 @@ class SpringController extends MobileBaseController
|
|
|
$district_arr = ["%.{$select_id}%", "%{$select_id}.%"];
|
|
|
$title = $citys['select']['name'] . '专区';
|
|
|
}
|
|
|
- $whereRaw = "jobs.updated_at > '2023-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
|
|
|
+ $whereRaw = "jobs.updated_at > '2024-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
|
|
|
$companys = DB::table('jobs')->join('companys', 'jobs.company_id', '=', 'companys.id')->whereRaw($whereRaw)->groupBy('jobs.company_id')->select('jobs.company_id')->pluck('company_id')->toArray();
|
|
|
|
|
|
$where = [];
|
|
@@ -296,7 +296,7 @@ class SpringController extends MobileBaseController
|
|
|
$limit = 8;
|
|
|
|
|
|
$citycategory = 'jjkfq';
|
|
|
- $whereRaw = "jobs.updated_at > '2023-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
|
|
|
+ $whereRaw = "jobs.updated_at > '2024-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
|
|
|
$companys = DB::table('jobs')->join('companys', 'jobs.company_id', '=', 'companys.id')->whereRaw($whereRaw)->groupBy('jobs.company_id')->select('jobs.company_id')->pluck('company_id')->toArray();
|
|
|
|
|
|
|
|
@@ -444,7 +444,7 @@ class SpringController extends MobileBaseController
|
|
|
$limit = 8;
|
|
|
|
|
|
$citycategory = 'jjkfq';
|
|
|
- $whereRaw = "jobs.updated_at > '2023-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
|
|
|
+ $whereRaw = "jobs.updated_at > '2024-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
|
|
|
$companys = DB::table('jobs')->join('companys', 'jobs.company_id', '=', 'companys.id')->whereRaw($whereRaw)->groupBy('jobs.company_id')->select('jobs.company_id')->pluck('company_id')->toArray();
|
|
|
|
|
|
|
|
@@ -577,7 +577,7 @@ class SpringController extends MobileBaseController
|
|
|
$district_arr = ["%.{$select_id}%", "%{$select_id}.%"];
|
|
|
$title = $citys['select']['name'] . '专区';
|
|
|
}
|
|
|
- $whereRaw = "jobs.updated_at > '2023-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
|
|
|
+ $whereRaw = "jobs.updated_at > '2024-01-01 00:00:00' and jobs.deleted_at is null and jobs.valid = 1 and jobs.audit = 1 and jobs.display = 1";
|
|
|
$companys = DB::table('jobs')->join('companys', 'jobs.company_id', '=', 'companys.id')->whereRaw($whereRaw)->groupBy('jobs.company_id')->select('jobs.company_id')->pluck('company_id')->toArray();
|
|
|
|
|
|
$where = [];
|