Преглед на файлове

Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount

xiaoyu преди 1 година
родител
ревизия
caa5be3b77
променени са 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;
             }