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}