|
|
@@ -1370,20 +1370,7 @@ class User extends BaseController
|
|
1370
|
1370
|
|
|
1371
|
1371
|
|
|
1372
|
1372
|
if($teamid == 592){
|
|
1373
|
|
- $teamid = 221;//593
|
|
1374
|
|
-
|
|
1375
|
|
- $datas_jbp = Db::name('old_user_jbp')->select();//
|
|
1376
|
|
- //old_vip_limit
|
|
1377
|
|
- foreach( $datas_jbp as $k=>$v){
|
|
1378
|
|
- $old_user_of_goods_datas = Db::name('old_user_of_goods')->where("user_id",$v['id'])->select();//
|
|
1379
|
|
- foreach($old_user_of_goods_datas as $k1=>$v1){
|
|
1380
|
|
- var_dump("uid:".$v1['user_id'] ."price:".$v1['money']);
|
|
1381
|
|
- }
|
|
1382
|
|
-
|
|
1383
|
|
- }
|
|
1384
|
|
-
|
|
1385
|
|
-
|
|
1386
|
|
- return;
|
|
|
1373
|
+ $teamid = 593;//593
|
|
1387
|
1374
|
|
|
1388
|
1375
|
|
|
1389
|
1376
|
|
|
|
@@ -3819,7 +3806,7 @@ public function processArray($array) {
|
|
3819
|
3806
|
$common_ns1[] = $user_id;
|
|
3820
|
3807
|
|
|
3821
|
3808
|
//获取当前用户
|
|
3822
|
|
- foreach($common_ns1 as $v){
|
|
|
3809
|
+ foreach($person_nums as $v){
|
|
3823
|
3810
|
$child_nums_mix[] = $this->getRecursiveChildren($v);
|
|
3824
|
3811
|
}
|
|
3825
|
3812
|
|