mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:23:26 +08:00
【修复】修复代理商团队成员统计数量问题。
This commit is contained in:
@@ -272,10 +272,10 @@ namespace CoreCms.Net.Web.WebApi.Controllers
|
||||
jm.status = true;
|
||||
jm.data = new
|
||||
{
|
||||
count = first + monthFirst,
|
||||
count = first,
|
||||
first,
|
||||
second,
|
||||
monthCount = second + monthSecond,
|
||||
monthCount = monthFirst,
|
||||
monthFirst,
|
||||
monthSecond
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user