2024-03-07 10:53 기간 검색 수정
This commit is contained in:
parent
29ded7bf3c
commit
abbbc124a2
@ -431,6 +431,14 @@
|
|||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
|
|
||||||
|
|
||||||
|
<isNotEmpty property="searchSmbtStartDt">
|
||||||
|
AND a.edu_strt_pnttm <![CDATA[ >= ]]> #searchSmbtStartDt#
|
||||||
|
</isNotEmpty>
|
||||||
|
|
||||||
|
<isNotEmpty property="searchSmbtEndDt">
|
||||||
|
AND a.edu_strt_pnttm <![CDATA[ <= ]]> #searchSmbtEndDt#
|
||||||
|
</isNotEmpty>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ORDER BY 1
|
ORDER BY 1
|
||||||
@ -621,6 +629,13 @@
|
|||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
|
|
||||||
|
|
||||||
|
<isNotEmpty property="searchSmbtStartDt">
|
||||||
|
AND a.edu_strt_pnttm <![CDATA[ >= ]]> #searchSmbtStartDt#
|
||||||
|
</isNotEmpty>
|
||||||
|
|
||||||
|
<isNotEmpty property="searchSmbtEndDt">
|
||||||
|
AND a.edu_strt_pnttm <![CDATA[ <= ]]> #searchSmbtEndDt#
|
||||||
|
</isNotEmpty>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user