安全培训 月度培训 人数处理

This commit is contained in:
wyw 2026-05-11 15:22:32 +08:00
parent 7ed674cf48
commit 1b6e276307

View File

@ -388,7 +388,7 @@ namespace APT.SC.WebApi.Controllers.Api.BI
{
try
{
Count = int.Parse(item["PCount"].ToString());
Count = int.Parse(item["RCount"].ToString());
}
catch
{