Kaynağa Gözat

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

姜永辉 11 ay önce
ebeveyn
işleme
f2b1e3a157
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
 			}