diff --git a/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml
index c94586b6..b74f346e 100644
--- a/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml
+++ b/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml
@@ -209,6 +209,9 @@
enable_batch_number,
+
+ position,
+
tenant_id,
@@ -274,6 +277,9 @@
#{enableBatchNumber,jdbcType=VARCHAR},
+
+ #{position,jdbcType=VARCHAR},
+
#{tenantId,jdbcType=BIGINT},