|
...
|
...
|
@@ -54,6 +54,10 @@ class lyhDemo extends Command |
|
|
|
protected $description = '更新路由';
|
|
|
|
|
|
|
|
public function handle(){
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
public function _actionTemplateMain(){
|
|
|
|
$data = [];
|
|
|
|
$projectModel = new Project();
|
|
|
|
$lists = $projectModel->list(['delete_status' => 0,'project_type'=>0,'extend_type'=>0,'type'=>['in',[2,3,4,6]]], 'id', ['id']);
|
...
|
...
|
|