From bd74616204baf4e3f8bb124f142a07be8e5e9f13 Mon Sep 17 00:00:00 2001 From: 邱宇豪 <qyh123230312> Date: 星期五, 03 十一月 2023 13:51:01 +0800 Subject: [PATCH] 20231103_qiuyh_发运计划 --- hd/pipe/mobile/src/main/resources/mapping/CheckDeviceMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hd/pipe/mobile/src/main/resources/mapping/CheckDeviceMapper.xml b/hd/pipe/mobile/src/main/resources/mapping/CheckDeviceMapper.xml index 00f1422..5c9c335 100644 --- a/hd/pipe/mobile/src/main/resources/mapping/CheckDeviceMapper.xml +++ b/hd/pipe/mobile/src/main/resources/mapping/CheckDeviceMapper.xml @@ -107,6 +107,9 @@ <if test="bigDeviceName !=null and bigDeviceName !=''"> bd.big_device_name LIKE concat('%',#{bigDeviceName},'%') AND </if> + <if test="bigNumber !=null and bigNumber !=''"> + bd.big_number LIKE concat('%',#{bigNumber},'%') AND + </if> <if test="startTime !=null"> t.check_time >= #{startTime} AND </if> -- Gitblit v1.9.3