shish 4 years ago
parent
commit
0df2d9367e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      console/controllers/InitController.php

+ 1 - 1
console/controllers/InitController.php

@@ -20,7 +20,7 @@ class InitController extends Controller
         }
         ini_set('memory_limit', '2045M');
         set_time_limit(0);
-        $list = OrderClass::getAllByCondition(['shopId' => $shopId, 'fromType' => 3, 'reachDate>' => '2022-08-02'], null, '*', null, true);
+        $list = OrderClass::getAllByCondition(['shopId' => $shopId, 'fromType' => 3, 'reachDate>' => '2022-08-01'], null, '*', null, true);
         if (!empty($list)) {
             foreach ($list as $order) {
                 echo $order['reachDate'] . "\n";