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}