diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/ma/MaMachineTypeMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/ma/MaMachineTypeMapper.xml
index ce7e62a..99ac297 100644
--- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/ma/MaMachineTypeMapper.xml
+++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/ma/MaMachineTypeMapper.xml
@@ -7,7 +7,6 @@
-
@@ -37,7 +36,7 @@
- select type_id, type_name, parent_id, status, storage_num, company_id, code, unit_id, unit_name, manage_type, lease_price, eff_time, rent_price, buy_price, pay_price, level, rated_load, test_load, holding_time, warn_num, del_flag, create_by, create_time, update_by, update_time, is_plan, is_ancuo, remark,intelligent_code ,fac_model, child_photo from ma_type
+ select type_id, type_name, parent_id, storage_num, company_id, code, unit_id, unit_name, manage_type, lease_price, eff_time, rent_price, buy_price, pay_price, level, rated_load, test_load, holding_time, warn_num, del_flag, create_by, create_time, update_by, update_time, is_plan, is_ancuo, remark,intelligent_code ,fac_model, child_photo from ma_type
@@ -45,7 +44,6 @@
type_name,
parent_id,
- status,
storage_num,
company_id,
code,
@@ -76,7 +74,6 @@
#{typeName},
#{parentId},
- #{status},
#{storageNum},
#{companyId},
#{code},
@@ -135,7 +132,6 @@
type_name = #{typeName},
parent_id = #{parentId},
- status = #{status},
storage_num = #{storageNum},
unit_id = #{unitId},
unit_name = #{unitName},
@@ -179,7 +175,7 @@
@@ -322,26 +317,26 @@