查询入库单明细新字段;

This commit is contained in:
王奎兴
2026-04-07 16:35:20 +08:00
parent cf5f955868
commit 300d6c3d8a
@@ -85,6 +85,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<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.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,
a.receipt_status, a.shelves_status, a.pack_id, a.pack_code, a.pack_name,