提交代码

This commit is contained in:
2025-02-14 11:53:03 +08:00
parent f659c21387
commit 0eedd04ad8
11 changed files with 180 additions and 340 deletions
@@ -441,7 +441,7 @@ namespace FineUIPro.Web.common
/// <returns></returns>
protected int GetCompletedNum()
{
var result = Project_HSSEData_HSSEService.GetCompletedNum(ProjectId);
var result = Project_HSSEData_HSSEService.GetFinishedNum(ProjectId);
return result;
}