<오류수정>

통합테스트목록 . 561
BO/Controllers/croomController.cs
응시상태 검색 미적용건 해결
This commit is contained in:
kdh0120 2021-11-15 06:23:41 +00:00
parent 3e681d5d2c
commit 089388eeb6
1 changed files with 1 additions and 0 deletions

View File

@ -681,6 +681,7 @@ namespace NP.BO.Controllers
case 3: case 3:
{ {
ht.Add("extype", vm.tabidx == 2 ? 0 : 1); ht.Add("extype", vm.tabidx == 2 ? 0 : 1);
ht.Add("estate", vm.addstringval2);
vm.LectEXes = Dao.Get<LectEX>("lect.lectexes.all", ht); vm.LectEXes = Dao.Get<LectEX>("lect.lectexes.all", ht);
vm.pagetotalcount = GetCount(vm.LectEXes.FirstOrDefault()); vm.pagetotalcount = GetCount(vm.LectEXes.FirstOrDefault());
} }