From 97f2dfe2ffaf054614bb6d7e91c6c61d7316a775 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 06 八月 2024 17:43:15 +0800
Subject: [PATCH] 提交
---
north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
index 104c8d8..9fc3d0f 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -610,12 +610,7 @@
sum(od.weight) as weight,
#{technologyNumber} as technologyNumber,
concat(fc.process_id, '/', #{technologyNumber}) as processIdNumber,
- concat("瀵瑰簲鎴戝徃", TRIM(
- SUBSTRING(
- o.processing_note,
- LOCATE('瀵瑰簲鎴戝徃', o.processing_note) + CHAR_LENGTH('瀵瑰簲鎴戝徃')
- ))
- ) AS otherRemarks
+ concat('瀵瑰簲鎴戝徃鍗曞彿',o.batch) AS otherRemarks
from flow_card as fc
left join sd.order_glass_detail as ogd
on fc.order_id = ogd.order_id and fc.order_number = ogd.order_number and
--
Gitblit v1.8.0