mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:13:26 +08:00
【修复】修复分销商,代理商我的团队中【推荐人】信息显示错误的问题,修复分销商推广列表下级汇总数据为0的异常情况。
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user