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