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