Sfoglia il codice sorgente

question

release_toaliyun_real
xhxu 5 anni fa
parent
commit
85abaf4f86
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxQuestionOneselfMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxQuestionOneselfMapper.xml Vedi File

@@ -95,7 +95,7 @@




<update id="updateCountUser" parameterType="Long"> <update id="updateCountUser" parameterType="Long">
update wx_question_oneself set count_user += 1
update wx_question_oneself set count_user = count_user+1
where id = #{id} where id = #{id}
</update> </update>




Caricamento…
Annulla
Salva