master
chenxiaojun 5 years ago
parent c384a88c48
commit 28cd4aeeda

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

Loading…
Cancel
Save