浏览代码

Merge branch 'master' of http://s.dev01.dkiboss.com:9001/DK-MES-2.0/IMEX.mes.wcf

姜永辉 11 月之前
父节点
当前提交
f2b1e3a157
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DK.Client/SystemModule/F_MST_0502.cs

+ 1 - 1
DK.Client/SystemModule/F_MST_0502.cs

@@ -710,7 +710,7 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
 		private int ValidationText()
 		{
 			int ErrorID = 0;
-			if (this.ddlGlazeTypeID.SelectedValue.ToString() == string.Empty)
+			if (this.ddlGlazeTypeID.SelectedValue ==  null)
 			{
 				ErrorID = 7;
 			}