diff --git a/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonthCEdit.aspx.cs b/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonthCEdit.aspx.cs
index c58c63af..f56749f1 100644
--- a/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonthCEdit.aspx.cs
+++ b/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonthCEdit.aspx.cs
@@ -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;
diff --git a/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonthCNew.aspx b/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonthCNew.aspx
index 0e3912db..670ea668 100644
--- a/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonthCNew.aspx
+++ b/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonthCNew.aspx
@@ -100,7 +100,7 @@
             
-