]> gitweb.erp-flowers.ru Git - yii-erp24/.git/commitdiff
fix part005
authorAlexander Smirnov <fredeom@mail.ru>
Fri, 31 May 2024 09:41:40 +0000 (12:41 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Fri, 31 May 2024 09:41:40 +0000 (12:41 +0300)
erp24/services/CabinetService.php

index f7bb50f7c22fdfdc7976479b5def5b57cff05c4d..1124a0007f305aa07fa9636f40592e2585bbf075 100755 (executable)
@@ -3955,7 +3955,7 @@ Group BY admin_id
                 $result,
 
                 function ($a, $b) {
-                    return ($a['date'] > $b['date']);
+                    return ($a['date'] - $b['date']);
                 }
             );
         }