查询入库单明细新字段;
This commit is contained in:
@@ -92,13 +92,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
|
|
||||||
|
|
||||||
<sql id="selectMaterialDetailPo">
|
<sql id="selectMaterialDetailPo">
|
||||||
a.contract_fee as contractFee,
|
a.contract_fee ,
|
||||||
a.monthly_warehouse_fee as monthlyWarehouseFee,
|
a.monthly_warehouse_fee ,
|
||||||
a.half_month_wh_fee as halfMonthWhFee,
|
a.half_month_wh_fee ,
|
||||||
a.discount_rate as discountRate,
|
a.discount_rate ,
|
||||||
a.single_volume as singleVolume,
|
a.single_volume ,
|
||||||
a.single_gross_weight as singleGrossWeight,
|
a.single_gross_weight ,
|
||||||
a.lot_no as lotNo,
|
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_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.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,
|
a.receipt_status, a.shelves_status, a.pack_id, a.pack_code, a.pack_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user