From: Alexander Smirnov Date: Fri, 31 May 2024 09:41:40 +0000 (+0300) Subject: fix part005 X-Git-Tag: 1.1~5^2~1 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=2a13afcd3e767c51c37f699948cbe731ea3423f9;p=erp24_rep%2Fyii-erp24%2F.git fix part005 --- diff --git a/erp24/services/CabinetService.php b/erp24/services/CabinetService.php index f7bb50f7..1124a000 100755 --- a/erp24/services/CabinetService.php +++ b/erp24/services/CabinetService.php @@ -3955,7 +3955,7 @@ Group BY admin_id $result, function ($a, $b) { - return ($a['date'] > $b['date']); + return ($a['date'] - $b['date']); } ); }