From 9a6cd617fb1ff4f84ca8a8420e9948b402f62232 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com>
Date: Tue, 7 Apr 2026 16:43:53 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=85=A5=E5=BA=93=E5=8D=95?=
=?UTF-8?q?=E6=98=8E=E7=BB=86=E6=96=B0=E5=AD=97=E6=AE=B5;?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../InMaterialDetailMapper.xml | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/mhd_wms/src/main/resources/mapper/inMaterialDetail/InMaterialDetailMapper.xml b/mhd_wms/src/main/resources/mapper/inMaterialDetail/InMaterialDetailMapper.xml
index ab547a4c8..9c43f0c63 100644
--- a/mhd_wms/src/main/resources/mapper/inMaterialDetail/InMaterialDetailMapper.xml
+++ b/mhd_wms/src/main/resources/mapper/inMaterialDetail/InMaterialDetailMapper.xml
@@ -81,16 +81,23 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
+
+
+
+
+
+
+
- a.contractFee as contract_fee,
- a.monthlyWarehouseFee as monthly_warehouseF_fee,
- a.halfMonthWhFee as half_month_wh_fee,
- a.discountRate as discount_rate,
- a.singleVolume as single_volume,
- a.singleG_gross_weight as singleGrossWeight,
+ a.contract_fee as contractFee,
+ a.monthly_warehouse_fee as monthlyWarehouseFee,
+ a.half_month_wh_fee as halfMonthWhFee,
+ a.discount_rate as discountRate,
+ a.single_volume as singleVolume,
+ a.single_gross_weight as singleGrossWeight,
a.lot_no as lotNo
a.material_detail_id, a.organization_id, a.organization_name, a.top_organization_id, a.unique_id, a.in_order_number, a.material_base_info_id,
a.material_code, a.material_name, a.bar_code, a.quantity, a.receipt_quantity, a.shelves_quantity,