|
...
|
...
|
@@ -22,7 +22,7 @@ class BTemplateModuleLogic extends BaseLogic |
|
|
|
* @method :post
|
|
|
|
* @time :2023/6/29 13:35
|
|
|
|
*/
|
|
|
|
public function ModuleList($map,$order = 'created_at',$filed = ['id','name','type','sort','status','image','test_model']){
|
|
|
|
public function ModuleList($map,$order = 'created_at',$filed = ['*']){
|
|
|
|
$map['deleted_status'] = 0;
|
|
|
|
$map['status'] = 0;
|
|
|
|
$lists = $this->model->list($map,$order,$filed);
|
...
|
...
|
|