提交修改

This commit is contained in:
2023-08-14 09:52:20 +08:00
parent 02fcf5be10
commit b7f7cb608d
4 changed files with 148 additions and 338 deletions
@@ -177,6 +177,8 @@ namespace FineUIPro.Web.JDGL.Check
}
ir = pds.Rows.Count;
var units = from x in Funs.DB.Base_Unit
join y in Funs.DB.Project_ProjectUnit on x.UnitId equals y.UnitId
where y.ProjectId == this.CurrUser.LoginProjectId
select x;
if (pds != null && ir > 0)
{
@@ -372,6 +374,8 @@ namespace FineUIPro.Web.JDGL.Check
Alert.ShowInTop("导入Excel格式错误!Excel只有" + ic.ToString().Trim() + "列", MessageBoxIcon.Warning);
}
var units = from x in Funs.DB.Base_Unit
join y in Funs.DB.Project_ProjectUnit on x.UnitId equals y.UnitId
where y.ProjectId == this.CurrUser.LoginProjectId
select x;
ir = pds.Rows.Count;
if (pds != null && ir > 0)