From 56b5858c4730b1b8c1f65cec5c7b79ee4db17dd3 Mon Sep 17 00:00:00 2001 From: 李旭东 <woaiguo66@sina.com> Date: 星期二, 21 十一月 2023 16:58:18 +0800 Subject: [PATCH] 人脸识别上传修改 --- 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