From 85abaf4f86d3d292bae1ca12451435dfc6f5c293 Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 9 Apr 2021 09:48:44 +0800 Subject: [PATCH] question --- .../src/main/resources/mapper/WxQuestionOneselfMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxQuestionOneselfMapper.xml b/mallinkService/src/main/resources/mapper/WxQuestionOneselfMapper.xml index f04d2b2dc..79bb9333e 100644 --- a/mallinkService/src/main/resources/mapper/WxQuestionOneselfMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxQuestionOneselfMapper.xml @@ -95,7 +95,7 @@ - update wx_question_oneself set count_user += 1 + update wx_question_oneself set count_user = count_user+1 where id = #{id}