SVN r1057

SVN-Revision: r1057
This commit is contained in:
tdx
2025-11-28 02:34:06 +00:00
parent 6b0aeb6229
commit 5e7a2d5590
2 changed files with 6 additions and 1 deletions
@@ -416,7 +416,7 @@ namespace Lskj.QueryEssentialInfo
foreach (DataRow detailRow in detailTab.Rows)
{
string addTag = detailRow["p_emp_addTag"] + "";
if (!addTag.Equals("1"))
if (addTag.Equals("1"))
{
continue;
}