From c2b8fdfd594d68574325d94eff312c8c00b6b73a Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期日, 06 七月 2025 16:44:57 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/resources/mapper/smartor/ExternallInfoMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/ExternallInfoMapper.xml b/smartor/src/main/resources/mapper/smartor/ExternallInfoMapper.xml index 744f656..798b39e 100644 --- a/smartor/src/main/resources/mapper/smartor/ExternallInfoMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/ExternallInfoMapper.xml @@ -315,6 +315,7 @@ <if test="startTime != null and endTime != null ">and jdsj between TO_DATE(#{startTime}, 'YYYY-MM-DD') AND TO_DATE(#{endTime},'YYYY-MM-DD') </if> + <if test="brid != null ">and BRID = #{brid}</if> </where> </select> -- Gitblit v1.9.3