查询入库单明细新字段;

This commit is contained in:
王奎兴
2026-04-07 16:55:25 +08:00
parent c21a336c12
commit dc2d33c1d7
@@ -92,13 +92,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<sql id="selectMaterialDetailPo">
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.contract_fee ,
a.monthly_warehouse_fee ,
a.half_month_wh_fee ,
a.discount_rate ,
a.single_volume ,
a.single_gross_weight ,
a.lot_no ,
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,
a.receipt_status, a.shelves_status, a.pack_id, a.pack_code, a.pack_name,