[渠道管理]-优化样式,新增手动结算
This commit is contained in:
@@ -464,7 +464,7 @@ class Admin extends Backend
|
||||
return $currentAdmin['channel_id'];
|
||||
}
|
||||
$channelId = Db::name('channel')
|
||||
->where('top_admin_id', $this->auth->id)
|
||||
->where('admin_id', $this->auth->id)
|
||||
->value('id');
|
||||
return $channelId ?: null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user