From 5848fcdde7b7e1d08fc455a4f0f9fa8589a257ae Mon Sep 17 00:00:00 2001 From: itcast Date: Thu, 18 Dec 2025 17:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/material/repair/RepairMapper.xml | 4 ++-- .../src/main/resources/mapper/material/scrap/ScrapMapper.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/repair/RepairMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/repair/RepairMapper.xml index 7d597ae..dee612d 100644 --- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/repair/RepairMapper.xml +++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/repair/RepairMapper.xml @@ -306,7 +306,7 @@ tt5.type_name as typeModelName, cdcd.dev_type_id as typeId, CASE - WHEN cdcd.dev_code is null THEN + WHEN cdcd.dev_code is null or cdcd.dev_code = '/' THEN '数量管理' ELSE '编码管理' @@ -360,7 +360,7 @@ mdi.item_type_model as typeModelName, cdcd.dev_type_id as typeId, CASE - WHEN cdcd.dev_code is null THEN + WHEN cdcd.dev_code is null THEN '数量管理' ELSE '编码管理' diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/scrap/ScrapMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/scrap/ScrapMapper.xml index 0abe1db..a1b6043 100644 --- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/scrap/ScrapMapper.xml +++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/scrap/ScrapMapper.xml @@ -366,6 +366,7 @@ ma_dev_info set ma_status = '99', + change_status='4', update_by = #{createBy},