【修复】修复代理商团队成员统计数量问题。

This commit is contained in:
jianweie code
2024-04-07 16:04:58 +08:00
parent 2b970bce3c
commit 1ed904c2c0

View File

@@ -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
}; };