院所新闻里去掉公告
This commit is contained in:
@@ -20,7 +20,7 @@ class IndexController extends Controller
|
||||
public function index()
|
||||
{
|
||||
$ysxw = Article::where('status', 1)
|
||||
->ByCategory([66, 67, 60, 61, 17, 26,])
|
||||
->ByCategory([66, 60, 61, 17, 26,])
|
||||
->latest('sort')
|
||||
->latest()
|
||||
->take(7)
|
||||
|
||||
Reference in New Issue
Block a user