作者 lyh

gxAiblog自动发布

@@ -50,8 +50,6 @@ class lyhDemo extends Command @@ -50,8 +50,6 @@ class lyhDemo extends Command
50 protected $description = '更新路由'; 50 protected $description = '更新路由';
51 51
52 public function handle(){ 52 public function handle(){
53 - echo $this->trimToLastFullWord('You know, in the last few years, the world of global trade has really changed a lot, and Chinese manufacturing is right at the center of this shift. C');  
54 - die();  
55 $projectModel = new Project(); 53 $projectModel = new Project();
56 $lists = $projectModel->list(['delete_status' => 0,'id'=>467,'extend_type'=>0,'type'=>['in',[1,2,3,4,6]]], 'id', ['id']); 54 $lists = $projectModel->list(['delete_status' => 0,'id'=>467,'extend_type'=>0,'type'=>['in',[1,2,3,4,6]]], 'id', ['id']);
57 foreach ($lists as $val) { 55 foreach ($lists as $val) {