出库明细;

This commit is contained in:
王奎兴
2026-01-24 17:42:05 +08:00
parent cf19750fe0
commit 985effdaa3
13 changed files with 287 additions and 55 deletions
@@ -579,7 +579,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.storage_location_code,
a.storage_location_name
FROM
`material_inventory` a
material_inventory a
LEFT JOIN material_base_info b on a.material_base_info_id = b.material_base_info_id
WHERE
a.del_flag = 1 AND b.shipper_id = #{shipperId} AND a.top_organization_id = #{topOrganizationId}
@@ -121,7 +121,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.max_temperature,
a.pack_detail_id,
a.unit_code,
a.`name`,
a.name,
a.top_organization_id,
b.shipper_id
FROM