|
@@ -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> |
|
|