From ff21196dd8e07e6e4154326112f68e167fb0f065 Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 22 Dec 2020 10:28:45 +0800 Subject: [PATCH] bug --- mallinkService/src/main/resources/mapper/WxOrderMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml index d409f1fee..c01c32150 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml @@ -149,7 +149,7 @@ select count(*) from wx_order o,wx_coupon c where o.product_id = c.id and c.conditions is not null - and JSON_EXTRACT(c.conditions, '$.type') = 1 + /*and JSON_EXTRACT(c.conditions, '$.type') = 1*/ and o.c_user_id = #{cUserId}