Commit 8838eaaf authored by 黄奎's avatar 黄奎

页面修改

parent d105233b
......@@ -97,7 +97,7 @@ namespace EduSpider.Spiders.ClassInRule
#region 写入账号
if (stus.Any())
{
var stuAccountList = accountRepository.GetStuAccountList(1, accountIds.TrimStart(','));
var stuAccountList = accountRepository.GetStuAccountList(2, accountIds.TrimStart(','));
foreach (var item in stus)
{
var tempAccount = stuAccountList?.FirstOrDefault(qitem => qitem.Id == item.StudId && qitem.Account == item.StudentAccount && qitem.AccountId == item.StudentUid);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment