回显客户预约物料名;
This commit is contained in:
+2
-1
@@ -98,6 +98,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="coefficient" column="COEFFICIENT" />
|
||||
<result property="reservePrice" column="reserve_price" />
|
||||
<result property="reserveUnitPrice" column="reserve_unit_price" />
|
||||
<result property="reserveMaterialName" column="RESERVE_MATERIAL_NAME" />
|
||||
</resultMap>
|
||||
|
||||
|
||||
@@ -116,7 +117,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
a.pack_id, a.pack_code, a.pack_name, a.pack_detail_id, a.unit_code, a.unit_name, a.material_warehouse_control_id, a.serial_number_manage,
|
||||
a.warehouse_id, a.warehouse_code, a.warehouse_name, a.storage_section_id, a.storage_code, a.storage_name, a.storage_location_id, a.storage_location_code, a.storage_location_name, a.level, a.parent_unique_id, a.allow_modify,
|
||||
a.material_inventory_id, a.batch_number, a.container_id, a.container_code, a.container_type, a.container_type_name, a.material_status_code, a.material_status_name,
|
||||
a.remark, a.create_time, a.create_by,gen_picking_order,
|
||||
a.remark, a.create_time, a.create_by,gen_picking_order,a.RESERVE_MATERIAL_NAME,
|
||||
a.create_by_name, a.update_time, a.update_by, a.update_by_name, a.del_flag, a.over_stock_id, a.over_stock_status, a.over_stock_type,
|
||||
a.COMMODITY_NAME,
|
||||
a.COMMODITY_NO,
|
||||
|
||||
Reference in New Issue
Block a user