This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
opinion
release_toaliyun_real
xhxu
5 years ago
parent
63072c683c
commit
3b06e7737b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkService/src/main/resources/mapper/WxQuestionOneselfMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxQuestionOneselfMapper.xml
View File
@@ -95,7 +95,7 @@
<update id="updateCountUser" parameterType="Long">
update wx_question_oneself set count_user +=
count_user+
1
update wx_question_oneself set count_user += 1
where id = #{id}
</update>
Write
Preview
Loading…
Cancel
Save