20220928实名制同步定时器调整

This commit is contained in:
2022-09-28 15:14:24 +08:00
parent 579af300d3
commit 061826c677
3 changed files with 81 additions and 4 deletions
+3 -3
View File
@@ -1328,7 +1328,7 @@ namespace BLL
x.RealNameUpdateTime,
name = x.PersonName,
x.PersonId,
});
}).Take(50);
if (getData.Count() > 0)
{
foreach (var itemData in getData)
@@ -1405,7 +1405,7 @@ namespace BLL
{
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
{
int count = 200;
int count = 50;
if (ConfigurationManager.AppSettings["EnableRealName"] != "True")
{
count = 100;
@@ -1517,7 +1517,7 @@ namespace BLL
}
}
else
{
{
mess = "没有符合条件的数据!";
}