Explorar el Código

超分接口修改

private_deployment
lrh hace 1 año
padre
commit
fab8482285
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      suimangService/src/main/resources/mapper/PhotoSpeakVideoMapper.xml

+ 3
- 2
suimangService/src/main/resources/mapper/PhotoSpeakVideoMapper.xml Ver fichero

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

</mapper>

Cargando…
Cancelar
Guardar