正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -271,7 +271,7 @@ class ProductController extends BaseController | @@ -271,7 +271,7 @@ class ProductController extends BaseController | ||
| 271 | $v['url'] = $this->user['domain'].$v['route']; | 271 | $v['url'] = $this->user['domain'].$v['route']; |
| 272 | //获取当前数据扩展字段及值 | 272 | //获取当前数据扩展字段及值 |
| 273 | $extendInfoModel = new ExtendInfo(); | 273 | $extendInfoModel = new ExtendInfo(); |
| 274 | - $v['extend'] = $extendInfoModel->list(['product_id'=>$v['id']]); | 274 | + $v['extend'] = $extendInfoModel->list(['product_id'=>$v['id']],'created_at'); |
| 275 | return $v; | 275 | return $v; |
| 276 | } | 276 | } |
| 277 | 277 |
-
请 注册 或 登录 后发表评论