院所新闻里去掉公告

This commit is contained in:
2022-01-14 10:13:04 +08:00
parent d0da1ef269
commit 890ae64980
2 changed files with 2 additions and 2 deletions

View File

@@ -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)