|
|
@ -30,7 +30,7 @@ SELECT FOUND_ROWS() TOT_CNT</select>
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="selectToday">SELECT<include refid="utility.today" />TODAY FROM DUAL</sql>
|
|
|
|
<sql id="selectToday">SELECT<include refid="utility.today" />TODAY FROM DUAL</sql>
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="thisDay">IFNULL(#{thisDay},<include refid="utility.today" />)</sql>
|
|
|
|
<sql id="thisDay">NVL(#{thisDay},<include refid="utility.today" />)</sql>
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="selectThisDay">SELECT<include refid="utility.thisDay" />THIS_DAY</sql>
|
|
|
|
<sql id="selectThisDay">SELECT<include refid="utility.thisDay" />THIS_DAY</sql>
|
|
|
|
|
|
|
|
|
|
|
|