修改安全月报
This commit is contained in:
@@ -498,7 +498,7 @@ namespace FineUIPro.Web.HSSE.Manager
|
||||
if (!string.IsNullOrEmpty(project.ProjectType))
|
||||
{
|
||||
var c = BLL.ConstValue.drpConstItemList(BLL.ConstValue.Group_ProjectType).
|
||||
FirstOrDefault(x => x.ConstValue == project.ProjectType);
|
||||
FirstOrDefault(x => x.ID == project.ProjectType);
|
||||
if (c != null)
|
||||
{
|
||||
this.lblProjectType.Text = c.ConstText;
|
||||
|
||||
Reference in New Issue
Block a user