From 855009dc2173e9ddefcfc4b3901fbe255fe82752 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 27 三月 2026 16:56:51 +0800
Subject: [PATCH] yys 1.修改bug
---
src/main/resources/mapper/production/ProductionProductOutputMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/production/ProductionProductOutputMapper.xml b/src/main/resources/mapper/production/ProductionProductOutputMapper.xml
index f73e5e4..35e3157 100644
--- a/src/main/resources/mapper/production/ProductionProductOutputMapper.xml
+++ b/src/main/resources/mapper/production/ProductionProductOutputMapper.xml
@@ -14,6 +14,7 @@
<select id="listPageProductionProductOutputDto" resultType="com.ruoyi.production.dto.ProductionProductOutputDto">
select ppo.*,
pm.model as model,
+ pm.drawing_number,
ppm.product_no as productNo
from
production_product_output ppo
@@ -29,7 +30,7 @@
<delete id="deleteByProductMainIds" parameterType="java.util.List">
DELETE FROM production_product_output
- WHERE product_main_id IN
+ WHERE product_order_id IN
<foreach collection="productMainIds" item="id" open="(" separator="," close=")">
#{id}
</foreach>
--
Gitblit v1.9.3