From 495a0c529fbdbbf286f9bf6f3a7ddf00fdb0a6f6 Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 25 Aug 2020 17:06:20 +0800 Subject: [PATCH] sql --- mallinkService/src/main/resources/mapper/WxMallMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxMallMapper.xml b/mallinkService/src/main/resources/mapper/WxMallMapper.xml index 358748dc5..e58559212 100644 --- a/mallinkService/src/main/resources/mapper/WxMallMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMallMapper.xml @@ -49,7 +49,7 @@ - where id > 1 + where 1=1 and `id` = #{id} @@ -148,6 +148,7 @@ from wx_mall + and id > 1