From 7e2564fe062059a875e0ff9e88116d9868f785a3 Mon Sep 17 00:00:00 2001
From: liuchuan <1084917737@qq.com>
Date: Sun, 24 Dec 2023 12:03:43 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E4=BB=A3=E7=A0=81=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/base/MaPartTypeMapper.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaPartTypeMapper.xml b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaPartTypeMapper.xml
index 641f1f31..50ff4ce0 100644
--- a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaPartTypeMapper.xml
+++ b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaPartTypeMapper.xml
@@ -35,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
parent_id,
status,
num,
- unit_id,
+ unit_id,
buy_price,
level,
warn_num,
@@ -49,7 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{parentId},
#{status},
#{num},
- #{unitId},
+ #{unitId},
#{buyPrice},
#{level},
#{warnNum},