From de9f61f22675d2d348eba7d45f17384c896a710a Mon Sep 17 00:00:00 2001 From: cl <418351270@qq.com> Date: 星期二, 30 一月 2024 09:48:15 +0800 Subject: [PATCH] 配瓦规则颜色设置 --- jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml b/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml index 3eca8e2..d3d2ff2 100644 --- a/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml +++ b/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml @@ -45,7 +45,7 @@ <if test="outboundTime != null "> and outbound_time = #{outboundTime}</if> <if test="outRsSign != null "> and out_rs_sign = #{outRsSign}</if> <if test="outRsSign != null "> and out_rs_sign = #{outRsSign}</if> - + <if test="startTime != null and startTime != '' and endTime != null and endTime != ''"> and outbound_time between #{startTime} and #{endTime}</if> </where> </select> -- Gitblit v1.9.3