SVN r1072
SVN-Revision: r1072
This commit is contained in:
@@ -416,7 +416,7 @@ namespace Lskj.QueryEssentialInfo
|
||||
foreach (DataRow detailRow in detailTab.Rows)
|
||||
{
|
||||
string addTag = detailRow["p_emp_addTag"] + "";
|
||||
if (addTag.Equals("1"))
|
||||
if (!string.IsNullOrEmpty(addTag) && !addTag.Equals("0"))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user