휴일 where 조건 주석 처리
This commit is contained in:
parent
d25c836e18
commit
3642498dfd
@ -65,9 +65,9 @@
|
|||||||
AND HOLIDAY_TYPE = 3
|
AND HOLIDAY_TYPE = 3
|
||||||
</isEqual>
|
</isEqual>
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
<isNotEmpty property="searchHoliYear">
|
<!-- <isNotEmpty property="searchHoliYear">
|
||||||
AND HOLIDAY_DATE LIKE CONCAT(#searchHoliYear#,'%')
|
AND HOLIDAY_DATE LIKE CONCAT(#searchHoliYear#,'%')
|
||||||
</isNotEmpty>
|
</isNotEmpty> -->
|
||||||
|
|
||||||
<isNotEmpty property="ntceBgnde">
|
<isNotEmpty property="ntceBgnde">
|
||||||
AND HOLIDAY_DATE BETWEEN DATE_FORMAT(#ntceBgnde#, '%Y%m%d') AND DATE_FORMAT(#ntceEndde#, '%Y%m%d')
|
AND HOLIDAY_DATE BETWEEN DATE_FORMAT(#ntceBgnde#, '%Y%m%d') AND DATE_FORMAT(#ntceEndde#, '%Y%m%d')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user