|
...
|
...
|
@@ -43,7 +43,7 @@ class ProductController extends BaseController |
|
|
|
$this->map = $this->searchParam();
|
|
|
|
$filed = ['id', 'project_id', 'title', 'sort' ,'thumb', 'gallery' ,'product_type' , 'route' ,
|
|
|
|
'category_id', 'keyword_id', 'status', 'created_uid', 'created_at', 'updated_at'];
|
|
|
|
$lists = $product->lists($this->map,$this->page,$this->row,$this->order = 'sort',$filed);
|
|
|
|
$lists = $product->lists($this->map,$this->page,$this->row,$this->order = ['sort','id'],$filed);
|
|
|
|
if(!empty($lists['list'])){
|
|
|
|
//获取当前用户选择的模版
|
|
|
|
$templateSettingModel = new BSetting();
|
...
|
...
|
|