|
|
@@ -692,6 +692,8 @@ class StatisticService extends StatisticCommonService
|
|
|
"entrust1_amount" => $v['entrust1_amount'],
|
|
|
"entrust2_amount" => $v['entrust2_amount'],
|
|
|
"type" => $v['type'],
|
|
|
+ "start_time" => date('Y-m-d', $vv['start_time']),
|
|
|
+ "end_time" => date('Y-m-d', $vv['end_time']),
|
|
|
];
|
|
|
$return[] = $detail;
|
|
|
}
|
|
|
@@ -714,6 +716,8 @@ class StatisticService extends StatisticCommonService
|
|
|
"entrust1_amount" => $v['entrust1_amount'],
|
|
|
"entrust2_amount" => $v['entrust2_amount'],
|
|
|
"type" => $v['type'],
|
|
|
+ "start_time" => date('Y-m-d', $item_value['start_time']),
|
|
|
+ "end_time" => date('Y-m-d', $item_value['end_time']),
|
|
|
];
|
|
|
$return[] = $detail;
|
|
|
}
|