Преглед изворни кода

question

release_toaliyun_real
xhxu пре 5 година
родитељ
комит
85abaf4f86
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxQuestionOneselfMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxQuestionOneselfMapper.xml Прегледај датотеку

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


<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}
</update>



Loading…
Откажи
Сачувај