|
...
|
...
|
@@ -39,7 +39,6 @@ class CustomModuleController extends BaseController |
|
|
|
$this->response('success');
|
|
|
|
}
|
|
|
|
$customModule = new CustomModule();
|
|
|
|
$this->map['status'] = 0;
|
|
|
|
$lists = $customModule->lists($this->map,$this->page,$this->row,$this->order = ['topping_time','sort','id']);
|
|
|
|
DB::disconnect('custom_mysql');
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
...
|
...
|
|