From d4bc59a9f1f4c64ad7f9ffcb3b7deeb796aba75e Mon Sep 17 00:00:00 2001
From: xiaju <1784803958@qq.com>
Date: Tue, 22 Apr 2025 20:42:21 +0800
Subject: [PATCH] 1
---
SUBQHSE/BLL/ZHGL/DataSync/MainSevice.cs | 2 +-
SUBQHSE/FineUIPro.Web/FineUIPro.Web.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/SUBQHSE/BLL/ZHGL/DataSync/MainSevice.cs b/SUBQHSE/BLL/ZHGL/DataSync/MainSevice.cs
index e3c4ca3..bc6949e 100644
--- a/SUBQHSE/BLL/ZHGL/DataSync/MainSevice.cs
+++ b/SUBQHSE/BLL/ZHGL/DataSync/MainSevice.cs
@@ -22,7 +22,7 @@ namespace BLL
{
var userModel = UserService.GetUserByUserId(userid);
int unitType = CommonService.GetUnitTypeByUserId(userid);
- var projectList = ProjectService.GetProjectWorkList().Select(x => new { x.ProjectId, x.UnitId }).ToList();
+ var projectList = ProjectService.GetProjectWorkList().Where(x => (x.ProjectAttribute == "GONGCHENG" || x.ProjectAttribute == null)).Select(x => new { x.ProjectId, x.UnitId }).ToList();
_unitId = userModel.UnitId;
_unitType = unitType;
if (unitType == 0)
diff --git a/SUBQHSE/FineUIPro.Web/FineUIPro.Web.csproj b/SUBQHSE/FineUIPro.Web/FineUIPro.Web.csproj
index b86f715..ec45f5b 100644
--- a/SUBQHSE/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SUBQHSE/FineUIPro.Web/FineUIPro.Web.csproj
@@ -10490,7 +10490,7 @@
Fastreport.aspx
- ASPXCodeBehind
+ Component
Fastreport.aspx