|
|
@ -3166,7 +3166,7 @@ class DownloadController extends BaseController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(!empty($map['user_account'])) {
|
|
|
|
if(!empty($map['user_account'])) {
|
|
|
|
$userId = M('user', 'tab_')->where(array('account' => ['like', $map['user_account'] . '%']))->getField('id');
|
|
|
|
$userId = M('user', 'tab_')->where(array('account' => $map['user_account']))->getField('id');
|
|
|
|
$userId = $userId ?? 0;
|
|
|
|
$userId = $userId ?? 0;
|
|
|
|
$map['uc.user_id'] = $userId;
|
|
|
|
$map['uc.user_id'] = $userId;
|
|
|
|
unset($map['user_account']);
|
|
|
|
unset($map['user_account']);
|
|
|
|