Commit 61c2447d authored by 黄奎's avatar 黄奎

页面修改

parent 8838eaaf
...@@ -30,8 +30,7 @@ namespace EduSpider.Spiders.ClassInRule ...@@ -30,8 +30,7 @@ namespace EduSpider.Spiders.ClassInRule
#region 获取最大学生ID #region 获取最大学生ID
//更新账户 //更新账户
IAccountRepository accountRepository = new AccountRepository(); IAccountRepository accountRepository = new AccountRepository();
//获取账户表 最大的TeacherId
int MaxStuId = accountRepository.GetMaxStuTeaId(type: 2);
List<rb_account_hk> accountList = new(); List<rb_account_hk> accountList = new();
#endregion #endregion
......
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