mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 03:57:56 +09:00
배치 모니터링 수정
This commit is contained in:
@@ -496,15 +496,8 @@
|
|||||||
hubez_admin.EZ_BTEXE_LOG ebl
|
hubez_admin.EZ_BTEXE_LOG ebl
|
||||||
WHERE
|
WHERE
|
||||||
ebl.BATCH_ID =#{batchId}
|
ebl.BATCH_ID =#{batchId}
|
||||||
<if test= "startDt != null and startDt !=''">
|
<if test= "startDt != null and endDt !=null">
|
||||||
<![CDATA[
|
AND DATE_FORMAT(ebl.ST_DT,'%Y-%m-%d') BETWEEN DATE_FORMAT(#{startDt},'%Y-%m-%d') AND DATE_FORMAT(#{endDt},'%Y-%m-%d')
|
||||||
AND ST_DT > DATE_FORMAT(#{startDt},'%Y-%m-%d %h:%m:%s')
|
|
||||||
]]>
|
|
||||||
</if>
|
|
||||||
<if test= "endDt != null and endDt !=''">
|
|
||||||
<![CDATA[
|
|
||||||
AND FNS_DT < DATE_FORMAT(#{endDt},'%Y-%m-%d %h:%m:%s')
|
|
||||||
]]>
|
|
||||||
</if>
|
</if>
|
||||||
<if test ="sttusCd != null and sttusCd !=''">
|
<if test ="sttusCd != null and sttusCd !=''">
|
||||||
AND ebl.STTUS_CD = #{sttusCd}
|
AND ebl.STTUS_CD = #{sttusCd}
|
||||||
|
|||||||
Reference in New Issue
Block a user