From 4b9dc71d162f3fcd79bc88b170154b7516fc4962 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期四, 18 十二月 2025 13:37:14 +0800
Subject: [PATCH] 新增设备维修保养过程描述,上传对应附件

---
 src/main/resources/mapper/purchase/InvoicePurchaseMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/purchase/InvoicePurchaseMapper.xml b/src/main/resources/mapper/purchase/InvoicePurchaseMapper.xml
index 413f293..bda5396 100644
--- a/src/main/resources/mapper/purchase/InvoicePurchaseMapper.xml
+++ b/src/main/resources/mapper/purchase/InvoicePurchaseMapper.xml
@@ -49,6 +49,9 @@
             <if test="c.customerName != null and c.customerName != ''">
                 AND A.customer_name LIKE CONCAT('%', #{c.customerName}, '%')
             </if>
+            <if test="c.projectName != null and c.projectName != ''">
+                AND A.project_name LIKE CONCAT('%', #{c.projectName}, '%')
+            </if>
         </where>
     </select>
     <select id="listVat" resultType="com.ruoyi.purchase.dto.VatDto">

--
Gitblit v1.9.3