From 53397cb6c862b19ea0e9c15d222ceb51ae3f2c11 Mon Sep 17 00:00:00 2001 From: jiang <1354748262@qq.com> Date: 星期一, 29 一月 2024 14:56:15 +0800 Subject: [PATCH] 更新返修数据刷新功能 --- jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 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 3b26b5c..d3d2ff2 100644 --- a/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml +++ b/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml @@ -43,6 +43,9 @@ <if test="equipmentNo != null and equipmentNo != ''"> and equipment_no = #{equipmentNo}</if> <if test="inboundTime != null "> and inbound_time = #{inboundTime}</if> <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