修改接口

This commit is contained in:
2024-01-10 11:22:58 +08:00
parent b7053ec8c2
commit a4bd12e368
7 changed files with 28 additions and 15 deletions
@@ -321,7 +321,7 @@ namespace BLL
}
public static void StatisticalAllProjectData()
{
var projectlist = ProjectService.GetProjectWorkList();
var projectlist = ProjectService.GetCNCECShowProjectList();
foreach (var item in projectlist)
{
StatisticalData(item.ProjectId, CQMSDateType.All);
@@ -204,7 +204,7 @@ namespace BLL
/// </summary>
public static void StatisticalAllProjectData()
{
var projectlist = ProjectService.GetProjectWorkList();
var projectlist = ProjectService.GetCNCECShowProjectList();
foreach (var item in projectlist)
{
StatisticalData(item.ProjectId);
@@ -223,7 +223,7 @@ namespace BLL
/// </summary>
public static void StatisticalAllProjectData()
{
var projectlist = ProjectService.GetProjectWorkList();
var projectlist = ProjectService.GetCNCECShowProjectList();
foreach (var item in projectlist)
{
StatisticalData(item.ProjectId, HJGLDateType.All);
@@ -371,7 +371,7 @@ namespace BLL
/// </summary>
public static void StatisticalAllProjectData()
{
var projectlist = ProjectService.GetProjectWorkList();
var projectlist = ProjectService.GetCNCECShowProjectList();
foreach (var item in projectlist) StatisticalData(item.ProjectId, HSSEDateType.All);
}
@@ -227,7 +227,7 @@ namespace BLL
{
var db = Funs.DB;
var projectids = ProjectService.GetProjectWorkList().Select(x => x.ProjectId).ToList();
var projectids = ProjectService.GetCNCECShowProjectList().Select(x => x.ProjectId).ToList();
var thisUnitId = string.Empty;
var thisUnit = CommonService.GetIsThisUnit();
if (thisUnit != null)
@@ -284,7 +284,7 @@ namespace BLL
/// </summary>
public static void StatisticalAllProjectData()
{
var projectlist = ProjectService.GetProjectWorkList();
var projectlist = ProjectService.GetCNCECShowProjectList();
foreach (var item in projectlist)
{
StatisticalData(item.ProjectId, SYHSESDateType.All);