<기능개선>

1. PMS NO :
2. (주요)작업내용 : 교육종료일 23:59:59으로 변경
    /Dao/MyBatis/Maps/Pay.xml
This commit is contained in:
shjang 2022-09-05 07:17:52 +00:00
parent 5077f4711b
commit 3cd8e835f6
1 changed files with 2 additions and 2 deletions

View File

@ -461,7 +461,7 @@
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')
end
, a.edate = date_format(d.eend,'%Y-%m-%d 00:00:00')
, 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')
else
case when date_format(b.retime,'%Y-%m-%d')='2099-12-31' then date_format(c.payoktime,'%Y-%m-%d 00:00:00')
@ -531,7 +531,7 @@
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')
end
, a.edate = date_format(d.eend,'%Y-%m-%d 00:00:00')
, 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')
else
case when date_format(b.retime,'%Y-%m-%d')='2099-12-31' then date_format(c.payoktime,'%Y-%m-%d 00:00:00')