From 3b06e7737b9075b06a9251ce5a4092e65d329f89 Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 9 Apr 2021 09:47:53 +0800 Subject: [PATCH] opinion --- .../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 0680e4f90..f04d2b2dc 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 += count_user+1 + update wx_question_oneself set count_user += 1 where id = #{id}