Browse Source

胡庆余堂

cqp 1 month ago
parent
commit
da0c11d8e6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      routes/api.php

+ 2 - 2
routes/api.php

@@ -117,8 +117,8 @@ Route::group(['middleware'=> ['checkLogin']],function ($route){
     $route->any('rdDetail', 'Api\RDController@rdDetail');
     $route->any('rdDetail', 'Api\RDController@rdDetail');
 
 
     //统计
     //统计
-    $route->any('statisticEmployee', 'Api\StatisticsController@statisticEmployee');
-    $route->any('statisticDevice', 'Api\StatisticsController@statisticDevice');
+    $route->any('statisticsEmployee', 'Api\StatisticsController@statisticsEmployee');
+    $route->any('statisticsEmployee', 'Api\StatisticsController@statisticsEmployee');
 
 
     //获取默认表头
     //获取默认表头
     $route->any('getTableHead','Api\TableHeadController@tableHeadGet');
     $route->any('getTableHead','Api\TableHeadController@tableHeadGet');