diff --git a/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml b/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml
index 37f2a1700..a4cf71e60 100644
--- a/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml
+++ b/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml
@@ -354,6 +354,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
b.warehouse_name,
b.material_name,
b.storage_location_name,
+ b.storage_location_code,
b.piece_count,
b.unit_name
FROM out_material_detail b
@@ -369,6 +370,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
+