Browse Source

photo

photo
winter 1 year ago
parent
commit
23b0c70b24
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      suimangService/src/main/resources/mapper/UserMouldVideoMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/UserMouldVideoMapper.xml View File

@@ -157,7 +157,7 @@
</select> </select>


<select id="getNotHaveUrl" resultType="com.iformall.domain.po.sm.UserMouldVideo"> <select id="getNotHaveUrl" resultType="com.iformall.domain.po.sm.UserMouldVideo">
select id,title,video_id,video_path, video_play_url,video_status
select id,title,video_id,video_path, video_play_url,video_status,user_id
from user_mould_video from user_mould_video
where `is_del` = 0 where `is_del` = 0
and `video_id` is not null and `video_id` is not null


Loading…
Cancel
Save