出库明细;
This commit is contained in:
@@ -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}
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user