From 9035bc0884429a3c1da7fdc0d049ace15a32fe8d Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 12 Oct 2020 17:20:46 +0800 Subject: [PATCH] show_time --- .../src/main/resources/mapper/WxCouponOrderMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 4ad8e0596..018fb695b 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -773,7 +773,7 @@ FROM wx_coupon_merchant wcm WHERE STATUS = 0 - and wcm.`tenant_id` = #{tenantId}findListOfAdmin + and wcm.`tenant_id` = #{tenantId} and wcm.`parent_tenant_id` = #{parentTenantId}