正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -284,7 +284,7 @@ class ProductController extends BaseController | @@ -284,7 +284,7 @@ class ProductController extends BaseController | ||
| 284 | */ | 284 | */ |
| 285 | public function getExtendInfo($product_id){ | 285 | public function getExtendInfo($product_id){ |
| 286 | $extendModel = new Extend(); | 286 | $extendModel = new Extend(); |
| 287 | - $list = $extendModel->list(); | 287 | + $list = $extendModel->list([],'id',['type','key','title']); |
| 288 | if(empty($list)){ | 288 | if(empty($list)){ |
| 289 | return []; | 289 | return []; |
| 290 | } | 290 | } |
-
请 注册 或 登录 后发表评论