stanley-king 1 年之前
父節點
當前提交
e39dc2d349
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/TestCommand.php

+ 1 - 1
test/TestCommand.php

@@ -35,7 +35,7 @@ class TestCommand extends TestCase
         $start = 0;
         while (true)
         {
-            $items = $mod_member->field('card_no')->where(['card_no' => ['gt', $start]])->limit("0,1000")->select();
+            $items = $mod_member->field('card_no')->where(['card_no' => ['gt', $start], 'card_type' => 4])->limit("0,1000")->select();
             if (empty($items)) {
                 break;
             }