|
|
@@ -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";
|