<기능개선>

1. PMS NO : 7976
2. (주요)작업내용 
(1) Dao/MyBatis/Maps/Lect.xml
 - studyplacename 쿼리 수정
This commit is contained in:
jity7777 2023-06-02 04:05:00 +00:00
parent 26c40944f0
commit a6569f6120
1 changed files with 25 additions and 24 deletions

View File

@ -72,7 +72,8 @@
,row_number() over(order by <isNotNull property="orderby">$orderby$</isNotNull><isNull property="orderby">a.cdt desc</isNull>) rno
,count(a.cdt) over() pagetotalcount
, 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
, a.edate
from lect a