|
|
@ -1369,6 +1369,7 @@ class TimingController extends AdminController {
|
|
|
|
'19865000474' => 'yibuqizu',
|
|
|
|
'19865000474' => 'yibuqizu',
|
|
|
|
'17606977448' => 'yibuwuzu', */
|
|
|
|
'17606977448' => 'yibuwuzu', */
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
var_dump($items);
|
|
|
|
|
|
|
|
|
|
|
|
foreach ($items as $fromPromoteAccount => $toPromoteAccount) {
|
|
|
|
foreach ($items as $fromPromoteAccount => $toPromoteAccount) {
|
|
|
|
$toPromote = M('promote','tab_')->field(['id', 'account'])->where(['account'=> $toPromoteAccount])->find();
|
|
|
|
$toPromote = M('promote','tab_')->field(['id', 'account'])->where(['account'=> $toPromoteAccount])->find();
|
|
|
|