关于CommonController
来源:8-5 前台商品数据的展示

Zoom0
2019-03-06
$new = Product::find()->where('isnew = "1"')->orderBy('createtime desc')->limit(3)->all();
可是Product 表中没有 ‘isnew’ 这个列啊。
写回答
1回答
-
Jason
2019-06-03
应该是在最新的sql文件当中,https://github.com/jasonshere/imooc_shop/tree/master/48_optimize
00
相似问题