Merge branch 'feature/version_1028' of wmtx/platform into release

修改数据汇总bug
master
廖金灵 4 years ago committed by Gogs
commit 710573f511

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

Loading…
Cancel
Save