Browse Source

修改声音接口

private_deployment
lrh 1 year ago
parent
commit
7993257cf4
1 changed files with 1 additions and 1 deletions
  1. +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 from photo_speak_video
where video_status = 5 and user_id = #{userId} where video_status = 5 and user_id = #{userId}
<if test="list != null and list.size > 0"> <if test="list != null and list.size > 0">
id in
and id in
<foreach collection="list" index="index" item="id" open="(" separator="," close=")"> <foreach collection="list" index="index" item="id" open="(" separator="," close=")">
#{id} #{id}
</foreach> </foreach>


Loading…
Cancel
Save