cqp 1 mese fa
parent
commit
da0c11d8e6
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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('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');