Jelajahi Sumber

消费时间

shish 2 tahun lalu
induk
melakukan
62b0d78637
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app-ghs/controllers/CustomController.php

+ 1 - 1
app-ghs/controllers/CustomController.php

@@ -575,7 +575,7 @@ class CustomController extends BaseController
             $currentSecond = bcsub(time(), $totalSecond);
             $currentDate = date("Y-m-d H:i:s", $currentSecond);
             $where['recentExpend<'] = $currentDate;
-            $sort = 'recentExpend asc';
+            $sort = 'recentExpend desc';
         }
         $name = trim($name);
         if (!empty($name)) {