|
|
|
@ -1365,8 +1365,10 @@ class TimingController extends AdminController {
|
|
|
|
|
'hdfzxyz' => 'hdfzxyz01',
|
|
|
|
|
'lingtouyan001' => 'dadabin',
|
|
|
|
|
'baibai' => 'baibai2',
|
|
|
|
|
'15181732144' => 'yibuerzu',
|
|
|
|
|
'19865000474' => 'yibuqizu',
|
|
|
|
|
'17606977448' => 'yibuwuzu',
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
foreach ($items as $fromPromoteAccount => $toPromoteAccount) {
|
|
|
|
|
$toPromote = M('promote','tab_')->field(['id', 'account'])->where(['account'=> $toPromoteAccount])->find();
|
|
|
|
|