wupengfei 2 年之前
父节点
当前提交
729ab3098d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Timedtask.php

+ 1 - 1
application/api/controller/Timedtask.php

@@ -500,7 +500,7 @@ class Timedtask
 
     public function createVirChildren()
     {
-        $list =  Db::name('store_member')->field('id')->where('is_vir',1)->where('pid',0)->select();
+        $list =  Db::name('store_member')->field('id')->where('is_vir',1)->where('pid',0)->order('id asc')->limit(0,12)->select();
         $pre = [1994,1782,1853,1332,1558,1392,1343,1595,1886,1866];
         $password = '920211ming';
         $second_password = '920211';