mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 06:15:29 +08:00
动态表格支持自定义字段和顺序
This commit is contained in:
@ -41,7 +41,7 @@ class BrandService
|
||||
$m = isset($params['m']) ? intval($params['m']) : 0;
|
||||
$n = isset($params['n']) ? intval($params['n']) : 10;
|
||||
|
||||
// 获取品牌列表
|
||||
// 获取列表
|
||||
$data = Db::name('Brand')->where($where)->order($order_by)->limit($m, $n)->select();
|
||||
if(!empty($data))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user