This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
suimangServer
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改声音接口
private_deployment
lrh
1 year ago
parent
7968862d49
commit
7993257cf4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
suimangService/src/main/resources/mapper/PhotoSpeakVideoMapper.xml
+ 1
- 1
suimangService/src/main/resources/mapper/PhotoSpeakVideoMapper.xml
View File
@@ -161,7 +161,7 @@
from photo_speak_video
where video_status = 5 and user_id = #{userId}
<if test="list != null and list.size > 0">
id in
and
id in
<foreach collection="list" index="index" item="id" open="(" separator="," close=")">
#{id}
</foreach>
Write
Preview
Loading…
Cancel
Save