<기능개선>
1. PMS NO :
2. (주요)작업내용 : 교육종료일 23:59:59으로 변경
/Dao/MyBatis/Maps/Pay.xml
This commit is contained in:
parent
5077f4711b
commit
3cd8e835f6
|
|
@ -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 <> 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 <> 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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue