修改接口

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
@@ -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)