|
|
|
@ -219,6 +219,7 @@ class UserController extends BaseController
|
|
|
|
|
|
|
|
|
|
public function bindingPromote($promoteId, $account)
|
|
|
|
|
{
|
|
|
|
|
Log::write('cxj_login:' . date('Y-m-d H:i:s') . ' ---- ' . $promoteId.'INFO');
|
|
|
|
|
if ($promoteId > 0) {
|
|
|
|
|
$wherePromote['id'] = $promoteId;
|
|
|
|
|
$promoteData = M('Promote', 'tab_')->field('id,account')->where($wherePromote)->find();
|
|
|
|
|