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,