|
|
@@ -32,7 +32,7 @@ class TestController extends Controller
|
|
|
set_time_limit(0);
|
|
|
$query = new \yii\db\Query();
|
|
|
$query->from(Custom::tableName());
|
|
|
- $query->where(['recentExpend' => '2024-02-01 01:01:00']);
|
|
|
+ $query->where(['recentExpend' => '0000-00-00 00:00:00']);
|
|
|
$query->orderBy('addTime ASC');
|
|
|
foreach ($query->batch(50) as $customList) {
|
|
|
if (!empty($customList)) {
|