From c8d0aaf6a77a28d8d934d6ccbcae3560296b3c09 Mon Sep 17 00:00:00 2001
From: Administrator <335182714>
Date: 星期六, 08 十一月 2025 13:02:29 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/WrkDetlLogMapper.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/WrkDetlLogMapper.xml b/src/main/resources/mapper/WrkDetlLogMapper.xml
index a304a2a..14db210 100644
--- a/src/main/resources/mapper/WrkDetlLogMapper.xml
+++ b/src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -79,6 +79,12 @@
         <if test="specs != null and specs != ''">
             and a.specs like concat('%',#{specs},'%')
         </if>
+        <if test="unit != null and unit != ''">
+            and a.unit like concat('%',#{unit},'%')
+        </if>
+        <if test="brand != null and brand != ''">
+            and a.brand like concat('%',#{brand},'%')
+        </if>
     </sql>
 
     <select id="selectWrkDetlLogs" resultMap="BaseResultMap">

--
Gitblit v1.9.1