Commit 0e68c034 authored by 黄奎's avatar 黄奎

页面修改

parent 7df30419
...@@ -542,7 +542,7 @@ where sog.Account_Id={query.StuId} and c.ClassStatus in(1,2) and c.`Status`=0 an ...@@ -542,7 +542,7 @@ where sog.Account_Id={query.StuId} and c.ClassStatus in(1,2) and c.`Status`=0 an
public List<RB_Class_Plan_ViewModel> GetClassPlanStatisticalRepository(RB_Class_Plan_ViewModel query) public List<RB_Class_Plan_ViewModel> GetClassPlanStatisticalRepository(RB_Class_Plan_ViewModel query)
{ {
StringBuilder where = new StringBuilder(); StringBuilder where = new StringBuilder();
where.AppendFormat(" AND B.ClassStatus IN(1,2) "); where.AppendFormat(" AND B.ClassStatus IN(1,2,3) ");
if (query != null) if (query != null)
{ {
if (query.Group_Id > 0) if (query.Group_Id > 0)
......
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