提交修改
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user