From 791208eed8021ef7eb857ced5f031485cff7a2b7 Mon Sep 17 00:00:00 2001
From: sfd <sun.sunshine@163.com>
Date: 星期四, 22 五月 2025 11:42:59 +0800
Subject: [PATCH] 增加workshop字段
---
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlate/ApsPlateProcessShopStatMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlate/ApsPlateProcessShopStatMapper.xml b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlate/ApsPlateProcessShopStatMapper.xml
index fe180ee..cf6ba64 100644
--- a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlate/ApsPlateProcessShopStatMapper.xml
+++ b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlate/ApsPlateProcessShopStatMapper.xml
@@ -164,6 +164,7 @@
app.order_create_time,
app.start_work_date,
app.production_base,
+ app.plan_end_day,
a.remained_process
from aps_plate_plan as app
left join a on app.document_number=a.document_number
--
Gitblit v1.9.3