From b89faef13acb23d42d8f2f53b493cf90286c8e23 Mon Sep 17 00:00:00 2001
From: wenwj <‘1106994300@qq.com>
Date: 星期五, 11 四月 2025 09:12:14 +0800
Subject: [PATCH] 结构调整

---
 aps-modules/aps-core/src/main/resources/mapper/core/ApsPartPlanMapper.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPartPlanMapper.xml b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPartPlanMapper.xml
index 1ed7f11..633c3af 100644
--- a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPartPlanMapper.xml
+++ b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPartPlanMapper.xml
@@ -56,8 +56,7 @@
             <if test="mainPartDrawingNumber != null  and mainPartDrawingNumber != ''"> and main_part_drawing_number = #{mainPartDrawingNumber}</if>
             <if test="customer != null  and customer != ''">  and customer like  '%' || #{customer} || '%'  </if>
             <if test="businessType != null  and businessType != ''"> and business_type = #{businessType}</if>
-            <if test="documentNumber != null  and documentNumber != ''"> and document_number  like  '%' || #{documentNumber} || '%'</if>
-            <if test="requirementType != null  and requirementType != ''"> and requirement_type = #{requirementType}</if>
+            <if test="documentNumber != null  and documentNumber != ''"> and document_number  like  '%' || #{documentNumber} || '%'</if>            <if test="requirementType != null  and requirementType != ''"> and requirement_type = #{requirementType}</if>
             <if test="documentStatus != null  and documentStatus != ''"> and document_status = #{documentStatus}</if>
             <if test="itemNumber != null  and itemNumber != ''"> and item_number = #{itemNumber}</if>
             <if test="drawingNo != null  and drawingNo != ''"> and drawing_no = #{drawingNo}</if>

--
Gitblit v1.9.3