From 54893f6f2339f011dca405ec5dba300474ea3e12 Mon Sep 17 00:00:00 2001 From: hobo <1056024860@qq.com> Date: Thu, 12 Dec 2019 21:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/CommentMapper.xml | 10 ++++------ src/main/resources/mappers/UserMapper.xml | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/main/resources/mappers/CommentMapper.xml b/src/main/resources/mappers/CommentMapper.xml index 523176e..533673c 100644 --- a/src/main/resources/mappers/CommentMapper.xml +++ b/src/main/resources/mappers/CommentMapper.xml @@ -46,12 +46,10 @@ where blog_id = #{blogId} and pid =0