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