Browse Source

数据倒序

master
wanghongjun 3 weeks ago
parent
commit
ec65b2170a
  1. 1
      app/Services/UtilizationRateService.php

1
app/Services/UtilizationRateService.php

@ -86,6 +86,7 @@ class UtilizationRateService extends BaseService
$query->where('id', 0); $query->where('id', 0);
} }
} }
$query->orderBy('id', 'desc');
return $query; return $query;
} }
} }

Loading…
Cancel
Save