<기능개선>
1. PMS NO : 7976 2. (주요)작업내용 (1) Dao/MyBatis/Maps/Lect.xml - studyplacename 쿼리 수정
This commit is contained in:
parent
26c40944f0
commit
a6569f6120
|
|
@ -72,7 +72,8 @@
|
||||||
,row_number() over(order by <isNotNull property="orderby">$orderby$</isNotNull><isNull property="orderby">a.cdt desc</isNull>) rno
|
,row_number() over(order by <isNotNull property="orderby">$orderby$</isNotNull><isNull property="orderby">a.cdt desc</isNull>) rno
|
||||||
,count(a.cdt) over() pagetotalcount
|
,count(a.cdt) over() pagetotalcount
|
||||||
, b.cshape, ifnull(e.scdtype, 1) as scdtype
|
, b.cshape, ifnull(e.scdtype, 1) as scdtype
|
||||||
, (case when e.scdtype is null then h.cname else g.cname end ) as studyplace
|
<!--, (case when e.scdtype is null then h.cname else g.cname end ) as studyplace-->
|
||||||
|
, g.cname as studyplace
|
||||||
, (case when b.cshape=0 then '온라인' when b.cshape=1 then '교육장교육' else '온라인교육' end) cshapename
|
, (case when b.cshape=0 then '온라인' when b.cshape=1 then '교육장교육' else '온라인교육' end) cshapename
|
||||||
, a.edate
|
, a.edate
|
||||||
from lect a
|
from lect a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue