Browse Source

数据倒序2

master
wanghongjun 3 weeks ago
parent
commit
36dd9fceb9
  1. 2
      app/Services/UtilizationRateService.php

2
app/Services/UtilizationRateService.php

@ -60,7 +60,7 @@ class UtilizationRateService extends BaseService
$query->where('date_type', $date_type);
$query->where('start_time', '>=', $start_time);
$query->where('end_time', '<', $ent_time);
$query->where('end_time', '<=', $ent_time);
$spaceIdsWhere = [];
if (isset($parents['floor_id']) && $parents['floor_id']) {

Loading…
Cancel
Save