cqp 1 settimana fa
parent
commit
c559317049
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      app/Service/StatisticService.php

+ 4 - 0
app/Service/StatisticService.php

@@ -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;
             }