From 379af9bd87545e674a08316333a21e1fcaccf3a6 Mon Sep 17 00:00:00 2001
From: liuxm <liuxm_a@163.com>
Date: 星期二, 04 六月 2024 09:15:45 +0800
Subject: [PATCH] 安装运维生产计划;生产计划部分修改

---
 pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml
index 07d8341..f78eb0c 100644
--- a/pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml
+++ b/pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml
@@ -38,6 +38,9 @@
     where pro_id = #{proId,jdbcType=BIGINT}
   </select>
 
+    <select id="selectProNameById" parameterType="java.lang.Long" resultType="java.lang.String">
+        select name proName from plt_product where id=#{proId,jdbcType=BIGINT}
+    </select>
   <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap2">
     <!--@mbg.generated-->
     select
@@ -149,7 +152,7 @@
   </update>
 
 
-  <select id="selectSome" resultMap="BaseResultMap">
+  <select id="selectSome" resultMap="BaseResultMap2">
     select
     <include refid="Base_Column_List" />
     from plt_product p

--
Gitblit v1.8.0