企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
![](https://img.kancloud.cn/c4/3d/c43d1bb80aabee2821e0a72e0a325e8f_1244x798.png) ``` $plugins = pdo_fetchall('select * from ' . tablename('ewei_shop_plugin') . ' where iscom=0 and deprecated=0 ' . $status . ' order by displayorder asc'); $plugins = $this->arrayUnique($plugins); ``` ``` 不用缓存这样就行了,然后需要隐藏就去数据表改就行 ims_ewei_shop_plugin 插件表 status 1显示 0不显示 ```