<기능개선>
1. PMS NO :
2. (주요)작업내용 :주석추가
/Dao/MyBatis/Maps/Pay.xml
This commit is contained in:
parent
3cd8e835f6
commit
2a536ea6fb
|
|
@ -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 <> 1 then date_format(a.cdt,'%Y-%m-%d 00:00:00')
|
<!--a.sdate = case when b.cshape <> 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 <> 1 then date_format(a.cdt,'%Y-%m-%d 00:00:00')
|
<!--a.sdate = case when b.cshape <> 1 then date_format(a.cdt,'%Y-%m-%d 00:00:00')
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue