소스 검색

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


불러오는 중...
취소
저장