From 9690c66ebb0e0f9322e96db318b0dbd9aeeace2f Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 16 五月 2024 13:59:41 +0800
Subject: [PATCH] 修改删除失败后前端返回信息,修改流程卡打印界面面积精准度

---
 north-glass-erp/src/main/resources/mapper/sd/ProductMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/sd/ProductMapper.xml b/north-glass-erp/src/main/resources/mapper/sd/ProductMapper.xml
index 3212ae3..c1956ba 100644
--- a/north-glass-erp/src/main/resources/mapper/sd/ProductMapper.xml
+++ b/north-glass-erp/src/main/resources/mapper/sd/ProductMapper.xml
@@ -17,7 +17,7 @@
         <result column="update_time" property="updateTime"/>
         <!--鎺ユ敹鍏朵粬澶栭敭瀹炰綋绫绘暟鎹�-->
         <association property="basicGlassType" javaType="com.example.erp.entity.sd.BasicGlassType">
-            <result column="type_id" property="typeID"/>
+            <result column="type_id" property="typeId"/>
             <result column="type_name" property="typeName"/>
         </association>
 

--
Gitblit v1.8.0