]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
debug
authorAlexander Smirnov <fredeom@mail.ru>
Mon, 10 Mar 2025 13:53:02 +0000 (16:53 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Mon, 10 Mar 2025 13:53:02 +0000 (16:53 +0300)
erp24/api2/controllers/DataController.php

index 75668818e76aa50afc8140bf17a058655e542462..a2867193115444cd6f7769433c6a050290ab662b 100644 (file)
@@ -735,7 +735,7 @@ class DataController extends BaseController
             ])->andWhere([
                 'between',
                 'creation_date',
-                date('Y-m-d 00:00:00', strtotime('-3 days', time())),
+                date('Y-m-d 00:00:00', strtotime('-3 weeks', time())),
                 date('Y-m-d 23:59:59', time())
             ])
             ->all();