SVN r1057
SVN-Revision: r1057
This commit is contained in:
@@ -97,6 +97,11 @@ namespace Lskj.QueryEssentialInfo
|
|||||||
throw new Exception($"报送失败\r\n{personMsg}");
|
throw new Exception($"报送失败\r\n{personMsg}");
|
||||||
}
|
}
|
||||||
SetProcessMsg($"正在查询报送人员...");
|
SetProcessMsg($"正在查询报送人员...");
|
||||||
|
for (int i = 0; i < 3; i++)
|
||||||
|
{
|
||||||
|
Thread.Sleep(1000);
|
||||||
|
SetProcessMsg($"正在查询报送人员...({i + 1}秒)");
|
||||||
|
}
|
||||||
string personQueryCode = QueryApiUtil.PersonQuery(out string personQueryResult, out string personQueryMsg);
|
string personQueryCode = QueryApiUtil.PersonQuery(out string personQueryResult, out string personQueryMsg);
|
||||||
if (!personQueryCode.Equals("0"))
|
if (!personQueryCode.Equals("0"))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -416,7 +416,7 @@ namespace Lskj.QueryEssentialInfo
|
|||||||
foreach (DataRow detailRow in detailTab.Rows)
|
foreach (DataRow detailRow in detailTab.Rows)
|
||||||
{
|
{
|
||||||
string addTag = detailRow["p_emp_addTag"] + "";
|
string addTag = detailRow["p_emp_addTag"] + "";
|
||||||
if (!addTag.Equals("1"))
|
if (addTag.Equals("1"))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user