20220928实名制同步定时器调整
This commit is contained in:
@@ -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 = "没有符合条件的数据!";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user