<기능개선>

1. PMS NO :
2. (주요)작업내용 :주석추가
    /Dao/MyBatis/Maps/Pay.xml
This commit is contained in:
shjang 2022-09-05 08:44:42 +00:00
parent 3cd8e835f6
commit 2a536ea6fb
1 changed files with 2 additions and 0 deletions

View File

@ -461,6 +461,7 @@
when b.cshape = 1 then date_format(d.estart,'%Y-%m-%d 00:00:00') when b.cshape = 1 then date_format(d.estart,'%Y-%m-%d 00:00:00')
else date_format(a.cdt,'%Y-%m-%d 00:00:00') else date_format(a.cdt,'%Y-%m-%d 00:00:00')
end end
<!-- 20220905 종료시간 변경-->
, a.edate = date_format(d.eend,'%Y-%m-%d 23:59:59') , a.edate = date_format(d.eend,'%Y-%m-%d 23:59:59')
<!--a.sdate = case when b.cshape &lt;&gt; 1 then date_format(a.cdt,'%Y-%m-%d 00:00:00') <!--a.sdate = case when b.cshape &lt;&gt; 1 then date_format(a.cdt,'%Y-%m-%d 00:00:00')
else else
@ -531,6 +532,7 @@
when b.cshape = 1 then date_format(d.estart,'%Y-%m-%d 00:00:00') when b.cshape = 1 then date_format(d.estart,'%Y-%m-%d 00:00:00')
else date_format(a.cdt,'%Y-%m-%d 00:00:00') else date_format(a.cdt,'%Y-%m-%d 00:00:00')
end end
<!-- 20220905 종료시간 변경-->
, a.edate = date_format(d.eend,'%Y-%m-%d 23:59:59') , a.edate = date_format(d.eend,'%Y-%m-%d 23:59:59')
<!--a.sdate = case when b.cshape &lt;&gt; 1 then date_format(a.cdt,'%Y-%m-%d 00:00:00') <!--a.sdate = case when b.cshape &lt;&gt; 1 then date_format(a.cdt,'%Y-%m-%d 00:00:00')
else else