parent
5cebb878a6
commit
884fa29770
|
|
@ -666,7 +666,7 @@ namespace NP.BO.Controllers
|
||||||
switch (vm.tabidx)
|
switch (vm.tabidx)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
ht.Add("ustatus", 1);
|
//ht.Add("ustatus", 1);
|
||||||
ht.Add("orderby", "ua.asname,ua.asno,u.username");
|
ht.Add("orderby", "ua.asname,ua.asno,u.username");
|
||||||
vm.Lects = Dao.Get<Lect>("grade.lectgrades", ht);
|
vm.Lects = Dao.Get<Lect>("grade.lectgrades", ht);
|
||||||
if (vm.isexceldown == 1)
|
if (vm.isexceldown == 1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue