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}