diff --git a/Dao/MyBatis/Maps/Grade.xml b/Dao/MyBatis/Maps/Grade.xml index eb2ff97..e24679f 100644 --- a/Dao/MyBatis/Maps/Grade.xml +++ b/Dao/MyBatis/Maps/Grade.xml @@ -82,7 +82,9 @@ group by a.lectno union all - select * + select a.lectno + ,a.ex0cnt,a.ex0lectcnt,a.ex0lectpoint,a.ex1cnt,a.ex1lectcnt,a.ex1lectpoint,a.sd0cnt + ,a.sd0lectcnt,a.sd0lectpoint,a.sd1cnt,a.sd1lectcnt,a.sd1lectpoint,a.rs0cnt,a.rs0lectcnt,a.rs0lectpoint,a.at0cnt,a.at0lectcnt from ( select a.lectno ,0 ex0cnt,0 ex0lectcnt,0 ex0lectpoint,count(b.exno) ex1cnt,count(c.lectno) ex1lectcnt,avg(ifnull(c.tpoint, 0) / b.tpoint * 100) ex1lectpoint,0 sd0cnt diff --git a/Dao/bin/Debug/MyBatis/Maps/Grade.xml b/Dao/bin/Debug/MyBatis/Maps/Grade.xml index 81f5d3e..dd5722a 100644 --- a/Dao/bin/Debug/MyBatis/Maps/Grade.xml +++ b/Dao/bin/Debug/MyBatis/Maps/Grade.xml @@ -82,7 +82,9 @@ group by a.lectno union all - select * + select a.lectno + ,a.ex0cnt,a.ex0lectcnt,a.ex0lectpoint,a.ex1cnt,a.ex1lectcnt,a.ex1lectpoint,a.sd0cnt + ,a.sd0lectcnt,a.sd0lectpoint,a.sd1cnt,a.sd1lectcnt,a.sd1lectpoint,a.rs0cnt,a.rs0lectcnt,a.rs0lectpoint,a.at0cnt,a.at0lectcnt from ( select a.lectno ,0 ex0cnt,0 ex0lectcnt,0 ex0lectpoint,count(b.exno) ex1cnt,count(c.lectno) ex1lectcnt,avg(ifnull(c.tpoint, 0) / b.tpoint * 100) ex1lectpoint,0 sd0cnt diff --git a/Dao/bin/Debug/NP.Model.dll b/Dao/bin/Debug/NP.Model.dll index f22bbb3..bb5d9ec 100644 Binary files a/Dao/bin/Debug/NP.Model.dll and b/Dao/bin/Debug/NP.Model.dll differ diff --git a/Dao/bin/Debug/NP.Model.pdb b/Dao/bin/Debug/NP.Model.pdb index 6f213bb..697f0e7 100644 Binary files a/Dao/bin/Debug/NP.Model.pdb and b/Dao/bin/Debug/NP.Model.pdb differ diff --git a/Model/bin/Debug/NP.Model.dll b/Model/bin/Debug/NP.Model.dll index f22bbb3..bb5d9ec 100644 Binary files a/Model/bin/Debug/NP.Model.dll and b/Model/bin/Debug/NP.Model.dll differ diff --git a/Model/bin/Debug/NP.Model.pdb b/Model/bin/Debug/NP.Model.pdb index 6f213bb..697f0e7 100644 Binary files a/Model/bin/Debug/NP.Model.pdb and b/Model/bin/Debug/NP.Model.pdb differ diff --git a/Model/obj/Debug/NP.Model.dll b/Model/obj/Debug/NP.Model.dll index f22bbb3..bb5d9ec 100644 Binary files a/Model/obj/Debug/NP.Model.dll and b/Model/obj/Debug/NP.Model.dll differ diff --git a/Model/obj/Debug/NP.Model.pdb b/Model/obj/Debug/NP.Model.pdb index 6f213bb..697f0e7 100644 Binary files a/Model/obj/Debug/NP.Model.pdb and b/Model/obj/Debug/NP.Model.pdb differ