From 36696cc01bfd0ade286a599a49e21b86cccc263e Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期一, 30 三月 2026 15:21:33 +0800
Subject: [PATCH] 新增线上配置
---
tms/src/main/resources/mapper/tms/TmsDispatchOrderImportLogMapper.xml | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/tms/src/main/resources/mapper/tms/TmsDispatchOrderImportLogMapper.xml b/tms/src/main/resources/mapper/tms/TmsDispatchOrderImportLogMapper.xml
index af892d3..9e04af9 100644
--- a/tms/src/main/resources/mapper/tms/TmsDispatchOrderImportLogMapper.xml
+++ b/tms/src/main/resources/mapper/tms/TmsDispatchOrderImportLogMapper.xml
@@ -32,12 +32,7 @@
<if test="failureCount != null "> and failure_count = #{failureCount}</if>
<if test="failureDescription != null and failureDescription != ''"> and failure_description like concat('%', #{failureDescription}, '%')</if>
<if test="importTime != null"> and import_time = #{importTime}</if>
- <if test="params.beginTime != null and params.beginTime != ''"><!-- 寮�濮嬫椂闂存绱� -->
- and date_format(import_time,'%y%m%d') >= date_format(#{params.beginTime},'%y%m%d')
- </if>
- <if test="params.endTime != null and params.endTime != ''"><!-- 缁撴潫鏃堕棿妫�绱� -->
- and date_format(import_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
- </if>
+
</where>
order by import_time desc
</select>
--
Gitblit v1.8.0