shish 4 anni fa
parent
commit
f424e4f204
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      biz-hd/work/classes/WorkClass.php

+ 1 - 1
biz-hd/work/classes/WorkClass.php

@@ -339,7 +339,7 @@ class WorkClass extends BaseClass
                 $order = 'hasReachTime DESC,reachDate ASC,reachPeriod ASC,addTime DESC';
             }
             if ($where['status'] == 1) {
-                $order = 'hasReachTime DESC,reachDate DESC,reachPeriod ASC,addTime DESC';
+                $order = 'hasReachTime DESC,reachDate DESC,reachPeriod DESC,addTime DESC';
             }
         }
         $data = self::getList('*', $where, $order);