查询入库单明细新字段;

This commit is contained in:
王奎兴
2026-04-07 16:43:53 +08:00
parent 300d6c3d8a
commit 9a6cd617fb
@@ -81,16 +81,23 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="extAttr2" column="EXT_ATTR_2" />
<result property="extAttr3" column="EXT_ATTR_3" />
<result property="extAttr4" column="EXT_ATTR_4" />
<result property="contractFee" column="contract_fee" />
<result property="monthlyWarehouseFee" column="monthly_warehouse_fee" />
<result property="halfMonthWhFee" column="half_month_wh_fee" />
<result property="discountRate" column="discount_rate" />
<result property="singleVolume" column="single_volume" />
<result property="singleGrossWeight" column="single_gross_weight" />
<result property="lotNo" column="lot_no" />
</resultMap>
<sql id="selectMaterialDetailPo">
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,