From bff85d777d7eb1e362adce089a287fd9bc85c03c Mon Sep 17 00:00:00 2001
From: shishuaikang <280848880@qq.com>
Date: 星期四, 07 十二月 2023 15:11:00 +0800
Subject: [PATCH] 1.搅合站分辨率修改 2.拌和站屏管理添加材料改成input 3.巡检任务bug修改

---
 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 &gt;= #{startTime} AND
                 </if>

--
Gitblit v1.9.3