From d419e5f64cf3876b51827e1f6eddc186b6e26182 Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期三, 10 九月 2025 16:57:04 +0800
Subject: [PATCH] 增加热处理排产及报工

---
 src/main/java/org/jeecg/modules/mes/mapper/xml/MesProductionWorkOrderMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/jeecg/modules/mes/mapper/xml/MesProductionWorkOrderMapper.xml b/src/main/java/org/jeecg/modules/mes/mapper/xml/MesProductionWorkOrderMapper.xml
index 7fc05d7..9aee0db 100644
--- a/src/main/java/org/jeecg/modules/mes/mapper/xml/MesProductionWorkOrderMapper.xml
+++ b/src/main/java/org/jeecg/modules/mes/mapper/xml/MesProductionWorkOrderMapper.xml
@@ -5,6 +5,8 @@
     <select id="queryPageList" resultType="org.jeecg.modules.mes.entity.MesProductionWorkOrder">
         SELECT
             t1.*,
+            t1.work_order_code AS text,
+            t1.id AS value,
             t2.factory_code factoryCode,
             t3.shift_code shiftCode
         FROM mes_production_work_order t1

--
Gitblit v1.9.3