From 05d8cd38d0eb087afb11d347e9e9cf6b86271f98 Mon Sep 17 00:00:00 2001 From: xhxu Date: Sun, 26 Sep 2021 17:34:27 +0800 Subject: [PATCH] composeOrderId --- mallinkService/src/main/resources/mapper/WxOrderMapper.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml index 5d7d06044..4c4fa1f12 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml @@ -381,6 +381,9 @@ and o.`parent_tenant_id` = #{parentTenantId} + + and o.`compose_order_id` = #{composeOrderId} + AND o.order_status = #{orderStatus} @@ -403,6 +406,10 @@ and o.`parent_tenant_id` = #{parentTenantId} + + + and o.`compose_order_id` = #{composeOrderId} + and o.id = #{id}