shish 2 年之前
父节点
当前提交
ca9c3d62e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      console/controllers/TestController.php

+ 1 - 1
console/controllers/TestController.php

@@ -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)) {