作者 lyh

测试数据

@@ -404,8 +404,8 @@ class ComController extends BaseController @@ -404,8 +404,8 @@ class ComController extends BaseController
404 * @time :2024/10/28 11:51 404 * @time :2024/10/28 11:51
405 */ 405 */
406 public function month_counts(){ 406 public function month_counts(){
407 -// shell_exec('php artisan month_project '.$this->user['project_id']);  
408 - Artisan::call('month_project '.$this->user['project_id']); 407 + shell_exec('php artisan month_project '.$this->user['project_id']);
  408 +// Artisan::call('month_project '.$this->user['project_id']);
409 $this->response('重新刷新中,请稍后刷新查询'); 409 $this->response('重新刷新中,请稍后刷新查询');
410 } 410 }
411 } 411 }