From 377900a395f0238c98c5fbc945c2bea302b964f1 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期三, 17 十二月 2025 17:28:39 +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