From 17a165040ee30e09bb5de343b2e5bf4d916b3883 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 22 七月 2025 10:29:15 +0800
Subject: [PATCH] 补片管理查询、新增、打印、流程卡添加批次字段
---
north-glass-erp/src/main/resources/mapper/mm/FinishedOperateLog.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/north-glass-erp/src/main/resources/mapper/mm/FinishedOperateLog.xml b/north-glass-erp/src/main/resources/mapper/mm/FinishedOperateLog.xml
index e2ea540..4fd0c76 100644
--- a/north-glass-erp/src/main/resources/mapper/mm/FinishedOperateLog.xml
+++ b/north-glass-erp/src/main/resources/mapper/mm/FinishedOperateLog.xml
@@ -926,8 +926,7 @@
<select id="getDetailLists">
SELECT
- od.building_number,
- od.other_columns,
+ ifnull(od.building_number,ifnull(JSON_UNQUOTE(JSON_EXTRACT(od.other_columns, '$.S01')),'')) as building_number,
od.width,
od.height,
fol.quantity,
--
Gitblit v1.8.0