查询预约信息;

This commit is contained in:
王奎兴
2026-04-29 14:03:15 +08:00
parent 18a3e79c8a
commit 20c4973df3
4 changed files with 115 additions and 1 deletions
@@ -88,6 +88,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="singleVolume" column="single_volume" />
<result property="singleGrossWeight" column="single_gross_weight" />
<result property="lotNo" column="lot_no" />
<result property="reserveQuantity" column="reserve_quantity" />
<result property="reserveGrossWeight" column="reserve_gross_weight" />
<result property="reserveNetWeight" column="reserve_net_weight" />
<result property="reserveVolume" column="reserve_volume" />
<result property="reserveArea" column="reserve_area" />
<result property="reservePrice" column="reserve_price" />
<result property="reserveUnitPrice" column="reserve_unit_price" />
<result property="shelfLife" column="shelf_life" />
</resultMap>
@@ -98,7 +106,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.discount_rate ,
a.single_volume ,
a.single_gross_weight ,
a.lot_no ,
a.lot_no ,a.reserve_quantity,a.reserve_gross_weight,a.reserve_net_weight,a.reserve_volume,a.reserve_area,a.reserve_price,a.reserve_unit_price,a.shelf_life
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,