From 226f411c28e7d16660c997fcc382a2218d1d9ca7 Mon Sep 17 00:00:00 2001 From: 吴健 <14790700720@163.com> Date: 星期五, 22 十一月 2024 13:46:06 +0800 Subject: [PATCH] fix 工单 --- billion-main/src/main/resources/mapper/da/DaTightenCollectionMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/billion-main/src/main/resources/mapper/da/DaTightenCollectionMapper.xml b/billion-main/src/main/resources/mapper/da/DaTightenCollectionMapper.xml index 021f163..dbd33c4 100644 --- a/billion-main/src/main/resources/mapper/da/DaTightenCollectionMapper.xml +++ b/billion-main/src/main/resources/mapper/da/DaTightenCollectionMapper.xml @@ -30,7 +30,7 @@ <if test="paramSetName != null and paramSetName != ''"> and param_set_name like concat('%', #{paramSetName}, '%')</if> <if test="torqueStatus != null and torqueStatus != ''"> and torque_status = #{torqueStatus}</if> <if test="angleStatus != null and angleStatus != ''"> and angle_status = #{angleStatus}</if> - <if test="collectTime != null "> and collect_time = #{collectTime}</if> + <if test="startTime != null"> and collect_time BETWEEN #{startTime} and #{stopTime}</if> </where> </select> -- Gitblit v1.9.3