master
ELF 4 years ago
parent be9075fc63
commit 75754a8957

@ -2257,7 +2257,7 @@ class DownloadController extends BaseController {
$rs = M('promote','tab_')->where($map1)->field('id,account,nickname')->select(); $rs = M('promote','tab_')->where($map1)->field('id,account,nickname')->select();
$childPromoteIds = ''; $childPromoteIds = '';
if(empty($rs)) { if(empty($rs)) {
$map['tab_user.promote_id'] = PID; $map['tab_apply.promote_id'] = PID;
}else { }else {
foreach ($rs as $rsKey => $rsValue) { foreach ($rs as $rsKey => $rsValue) {
$id = $rsValue['id']; $id = $rsValue['id'];

Loading…
Cancel
Save