From 02da883a6b0843f14e1d7e3da306ccd0e5d6a82e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com> Date: Thu, 7 May 2026 09:15:20 +0800 Subject: [PATCH] =?UTF-8?q?app=E4=BB=93=E5=82=A8=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reserveStockInOrder/ReserveStockInOrderMapper.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mhd_oms/src/main/resources/mapper/reserveStockInOrder/ReserveStockInOrderMapper.xml b/mhd_oms/src/main/resources/mapper/reserveStockInOrder/ReserveStockInOrderMapper.xml index df310a067..f90d93d64 100644 --- a/mhd_oms/src/main/resources/mapper/reserveStockInOrder/ReserveStockInOrderMapper.xml +++ b/mhd_oms/src/main/resources/mapper/reserveStockInOrder/ReserveStockInOrderMapper.xml @@ -458,7 +458,8 @@ SELECT OUT_ORDER_ID AS "orderId", ORGANIZATION_ID AS "organizationId", - organization_name AS "topOrganizationId", + organization_name AS "organizationName", + top_organization_id AS "topOrganizationId", out_order_number AS "orderNumber", status, warehouse_id AS "warehouseId", @@ -498,7 +499,8 @@ SELECT IN_ORDER_ID AS "orderId", ORGANIZATION_ID AS "organizationId", - organization_name AS "topOrganizationId", + organization_name AS "organizationName", + top_organization_id AS "topOrganizationId", in_order_number AS "orderNumber", status, warehouse_id AS "warehouseId",