Skip to content

Commit 9d22a73

Browse files
committed
用户视频默认上传草稿表
1 parent 1a87080 commit 9d22a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/ligg/mapper/user/UserVideoMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@Mapper
99
public interface UserVideoMapper {
1010
// 添加用户和视频
11-
@Insert("insert into video(title,cover,user_id,content,video_url,create_time,update_time)" +
11+
@Insert("insert into video_draft(title,cover,user_id,content,video_url,create_time,update_time)" +
1212
"values(#{title},#{cover},#{userId},#{content},#{videoUrl},NOW(),NOW())")
1313
void add(Video video);
1414

0 commit comments

Comments
 (0)