Commit 1bde0ac8 by 汪睦雄

修改商家规则

parent 9cbb5307
...@@ -157,8 +157,7 @@ class Project extends Base ...@@ -157,8 +157,7 @@ class Project extends Base
// 酒店预订 // 酒店预订
$businessProjects = ProjectModel::all(function ($query) { $businessProjects = ProjectModel::all(function ($query) {
$query->where('catalog_id', 5) $query->where('type', 2) // ->where('catalog_id', 5)
->where('type', 2)
->where(function ($query) { ->where(function ($query) {
//地域 //地域
if (input('level_1')) { if (input('level_1')) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment