|
@@ -23,7 +23,7 @@ class IndexController extends MobileBaseController
|
|
|
public function index()
|
|
|
{
|
|
|
//引才动态
|
|
|
- $attract_list = Article::where('type_id',65)
|
|
|
+ $attract_list = Article::where('type_id',67)
|
|
|
->where('is_display',1)
|
|
|
->orderBy('list_order','desc')
|
|
|
->orderBy('id','desc')
|
|
@@ -32,7 +32,7 @@ class IndexController extends MobileBaseController
|
|
|
|
|
|
//招聘列表
|
|
|
$size = 10;
|
|
|
- $list = Jobs::where('is_health',1)->orderBy('updated_at', 'desc')->limit(5)->get();
|
|
|
+ $list = Jobs::where('is_ic',1)->orderBy('updated_at', 'desc')->limit(5)->get();
|
|
|
if ($list->isEmpty()) {
|
|
|
$recruit_list = [];
|
|
|
} else {
|