From 0a44f2ea664d893503246a232646f2593a738460 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期五, 01 九月 2023 17:07:37 +0800
Subject: [PATCH] MOM系统-9-01 生产订单 生产计划完成

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

diff --git a/production-server/src/main/resources/mapper/ManufactureSchedulingMapper.xml b/production-server/src/main/resources/mapper/ManufactureSchedulingMapper.xml
index 0e292c0..c837fdb 100644
--- a/production-server/src/main/resources/mapper/ManufactureSchedulingMapper.xml
+++ b/production-server/src/main/resources/mapper/ManufactureSchedulingMapper.xml
@@ -30,7 +30,7 @@
     </select>
 
     <select id="sePros" resultType="map">
-        SELECT s.`scheduled`, o.`order_code`, o.`customer_code`, o.`name`, o.`specifications`, o.`unit`,
+        SELECT o.`id`, s.`scheduled`, o.`order_code`, o.`customer_code`, o.`name`, o.`specifications`, o.`unit`,
                DATE_FORMAT(o.`downTime`, '%Y-%m-%d') downTime, DATE_FORMAT(o.`delTime`, '%Y-%m-%d') delTime
         FROM manufacture_scheduling s, manufacture_order o
         WHERE s.`manufacture_order_id` = o.`id`

--
Gitblit v1.9.3