|
@@ -2991,7 +2991,9 @@ class StatisticsController extends Controller
|
2991
|
2991
|
return Order::export_excel($result, $filename, $indexKey, $title);
|
2992
|
2992
|
}
|
2993
|
2993
|
|
2994
|
|
-
|
|
2994
|
+ /**
|
|
2995
|
+ * 团队财务汇总时间格式处理
|
|
2996
|
+ */
|
2995
|
2997
|
public function teamCtimePage($stime, $etime, $team_id, $offset, $pageSize){
|
2996
|
2998
|
$result = array();
|
2997
|
2999
|
$sdate = '2019-09-04';
|
|
@@ -3021,6 +3023,9 @@ class StatisticsController extends Controller
|
3021
|
3023
|
return $ret;
|
3022
|
3024
|
}
|
3023
|
3025
|
|
|
3026
|
+ /**
|
|
3027
|
+ * 团队财务汇总时间格式处理
|
|
3028
|
+ */
|
3024
|
3029
|
public function teamCtimePage_export($stime, $etime, $team_id){
|
3025
|
3030
|
$result = array();
|
3026
|
3031
|
$sdate = '2019-09-04';
|