This commit is contained in:
夏菊 2025-04-22 20:42:21 +08:00
parent 226efdacc2
commit d4bc59a9f1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -10490,7 +10490,7 @@
</Compile>
<Compile Include="HJGL\TrustManage\Fastreport.aspx.cs">
<DependentUpon>Fastreport.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="HJGL\TrustManage\Fastreport.aspx.designer.cs">
<DependentUpon>Fastreport.aspx</DependentUpon>