修改安全月报

This commit is contained in:
2024-08-29 08:34:33 +08:00
parent 655ea45161
commit 1af13f87d6
2 changed files with 2 additions and 2 deletions
@@ -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;