【修复】修复分销商,代理商我的团队中【推荐人】信息显示错误的问题,修复分销商推广列表下级汇总数据为0的异常情况。

This commit is contained in:
jianweie code
2024-03-19 13:41:13 +08:00
parent 040c5ce981
commit d55a2de35d
3 changed files with 9 additions and 9 deletions

View File

@@ -2088,7 +2088,7 @@ namespace CoreCms.Net.Web.WebApi.Controllers
p.avatarImage,
mobile = UserHelper.FormatMobile(p.mobile),
p.createTime,
childNum = _userServices.GetCount(p => p.parentId == p.id)
childNum = _userServices.GetCount(op => op.parentId == p.id)
});
jm.otherData = new
{