diff --git a/Dao/MyBatis/Maps/System.xml b/Dao/MyBatis/Maps/System.xml index 4e363f9..41a5465 100644 --- a/Dao/MyBatis/Maps/System.xml +++ b/Dao/MyBatis/Maps/System.xml @@ -915,7 +915,7 @@ ,b3.cgname strval,b2.cgname strval2,f.cname strval3,concat(b.cname,'(',b.classno,')') strval4,concat(date_format(b.sstime,'%y.%m.%d'),'~',date_format(b.setime,'%y.%m.%d')) strval5 ,count(c.lectno) intval ,sum(c.iscomplete) intval2 - ,sum(case when (c.iscomplete <> 1 or c.iscomplete is null) then 1 else 0 end) intval15 + ,sum(case when (c.iscomplete <> 1 or c.iscomplete is null) then 1 else 0 end) intval15 ,sum(e.isjoin) intval3 ,sum(case when e.isjoin=1 and c.iscomplete=1 then 1 else 0 end) intval4 ,sum(case when e.isjoin=0 then 1 else 0 end) intval5