瀏覽代碼

超分接口修改

private_deployment
lrh 1 年之前
父節點
當前提交
fab8482285
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      suimangService/src/main/resources/mapper/PhotoSpeakVideoMapper.xml

+ 3
- 2
suimangService/src/main/resources/mapper/PhotoSpeakVideoMapper.xml 查看文件

@@ -172,13 +172,14 @@
<select id="getNotHaveUrl" resultType="com.iformall.domain.po.sm.PhotoSpeakVideo"> <select id="getNotHaveUrl" resultType="com.iformall.domain.po.sm.PhotoSpeakVideo">
select id,title,video_id,video_path, video_play_url,video_status select id,title,video_id,video_path, video_play_url,video_status
from photo_speak_video from photo_speak_video
where `is_del` = 0 and `cover_img` = ''
where `is_del` = 0
<if test=" null != videoStatuss "> <if test=" null != videoStatuss ">
or video_status in
and video_status in
<foreach collection="videoStatuss" index="index" item="videoStatusItem" open="(" separator="," close=")"> <foreach collection="videoStatuss" index="index" item="videoStatusItem" open="(" separator="," close=")">
#{videoStatusItem} #{videoStatusItem}
</foreach> </foreach>
</if> </if>
or `cover_img` = ''
</select> </select>


</mapper> </mapper>

Loading…
取消
儲存