From eaf6548902e9472fc9b876d531db8508e16c4f2f Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 20 三月 2026 13:49:43 +0800
Subject: [PATCH] feat: 生产订单的撤回、删除;BOM的子集新增/修改统一使用临时ID处理

---
 src/main/resources/mapper/production/ProductMaterialMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/production/ProductMaterialMapper.xml b/src/main/resources/mapper/production/ProductMaterialMapper.xml
index 0f55a3b..827273a 100644
--- a/src/main/resources/mapper/production/ProductMaterialMapper.xml
+++ b/src/main/resources/mapper/production/ProductMaterialMapper.xml
@@ -9,8 +9,8 @@
         <result property="tenantId" column="tenant_id"/>
         <result property="materialTypeId" column="material_type_id"/>
         <result property="inventoryCategoryId" column="inventory_category_id"/>
-        <result property="materialName" column="material_name"/>
-        <result property="baseUnit" column="base_unit"/>
+        <result property="productName" column="product_name"/>
+        <result property="unit" column="unit"/>
         <result property="remark" column="remark"/>
         <result property="createTime" column="create_time"/>
         <result property="updateTime" column="update_time"/>

--
Gitblit v1.9.3