更新子应用管理
This commit is contained in:
parent
155e7428c0
commit
2348fd316a
|
@ -50,7 +50,7 @@ class IndexController extends BaseApiController
|
|||
|
||||
public function miniapp(): Json
|
||||
{
|
||||
return $this->success('获取成功', System::where('status','<>',2)->order('sort asc')->select()->toArray());
|
||||
return $this->success('获取成功', System::where('status', 0)->order('sort asc')->select()->toArray());
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue