瀏覽代碼

photo

photo
winter 1 年之前
父節點
當前提交
23b0c70b24
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      suimangService/src/main/resources/mapper/UserMouldVideoMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/UserMouldVideoMapper.xml 查看文件

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

<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
where `is_del` = 0
and `video_id` is not null


Loading…
取消
儲存