From ec0fbae3a9a9c7e08d0ecd3635ce74eb17afc7f9 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 13 一月 2026 15:45:00 +0800
Subject: [PATCH] feat(quality): 添加工艺编号和产品编号

---
 src/main/resources/mapper/production/ProductionProductMainMapper.xml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/production/ProductionProductMainMapper.xml b/src/main/resources/mapper/production/ProductionProductMainMapper.xml
index d9e4ff4..3a0542c 100644
--- a/src/main/resources/mapper/production/ProductionProductMainMapper.xml
+++ b/src/main/resources/mapper/production/ProductionProductMainMapper.xml
@@ -16,8 +16,6 @@
         select ppm.*,
                pwo.work_order_no as workOrderNo,
                pwo.status as workOrderStatus,
-               pwo.actual_start_time as actualStartTime,
-               pwo.actual_end_time as actualEndTime,
                u.nick_name as nickName
         from
             production_product_main ppm

--
Gitblit v1.9.3