|
@@ -2025,13 +2025,13 @@
|
|
|
<if test="carrierId != null">
|
|
|
and RC2.CARRIER_ID = #{carrierId}
|
|
|
</if>
|
|
|
- <!--<if test="oneDate != null">
|
|
|
+ <if test="oneDate != null">
|
|
|
and to_date(#{oneDate}, 'yyyy-mm-dd hh24:mi:ss') <= bdo.INSERT_TIME
|
|
|
</if>
|
|
|
<if test="startDate != null">
|
|
|
and to_date(#{startDate}, 'yyyy-mm-dd hh24:mi:ss') <= bdo.INSERT_TIME
|
|
|
and to_date(#{endDate}, 'yyyy-mm-dd hh24:mi:ss') >= bdo.INSERT_TIME
|
|
|
- </if>-->
|
|
|
+ </if>
|
|
|
order by oo.order_id desc
|
|
|
)
|
|
|
</select>
|