浏览代码

修改代码

zyf 2 年之前
父节点
当前提交
aab1e7bb58
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/com/steerinfo/dil/mapper/BmstruckDetailsOrderMapper.xml

+ 2 - 2
src/main/resources/com/steerinfo/dil/mapper/BmstruckDetailsOrderMapper.xml

@@ -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') &lt;= bdo.INSERT_TIME
                         </if>
                         <if test="startDate != null">
                             and to_date(#{startDate}, 'yyyy-mm-dd hh24:mi:ss') &lt;= 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>