From b9f174c82a6b2c0b566497e15c56a71e6482b471 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期五, 09 五月 2025 11:12:47 +0800
Subject: [PATCH] 钣金需求匹配-需求信息增加上级物料编码

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

diff --git a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanMapper.xml b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanMapper.xml
index 8a96cd8..98edeba 100644
--- a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanMapper.xml
+++ b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanMapper.xml
@@ -271,8 +271,9 @@
 
     <select id="selectPlatePlanByPlantMajor" parameterType="ApsPlatePlan" resultMap="ApsPlatePlanResult">
         select  id,document_number,main_part_number,item_number,plant,professional_affiliation,production_quantity,require_id,
-        unmatched_quantity,version, production_base
+        unmatched_quantity,version, production_base,
         (case   when custom_time is null then plan_end_day else custom_time end ) as plan_end_day
+        from aps_plate_plan
         <where>
             <if test="plant != null "> and plant = #{plant}</if>
             <if test="professionalAffiliation != null "> and professional_affiliation = #{professionalAffiliation}</if>

--
Gitblit v1.9.3