|
...
|
...
|
@@ -22,8 +22,8 @@ class BTemplateModuleLogic extends BaseLogic |
|
|
|
* @method :post
|
|
|
|
* @time :2023/6/29 13:35
|
|
|
|
*/
|
|
|
|
public function ModuleList($map,$page,$row,$order = 'created_at',$filed = ['*']){
|
|
|
|
$lists = $this->model->lists($map,$page,$row,$order,$filed);
|
|
|
|
public function ModuleList($map,$order = 'created_at',$filed = ['*']){
|
|
|
|
$lists = $this->model->list($map,$order,$filed);
|
|
|
|
return $this->success($lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|