|
|
@@ -197,7 +197,7 @@ public interface FsUserCourseVideoMapper extends BaseMapper<FsUserCourseVideo> {
|
|
|
|
|
|
void insertBatchFsUserCourseVideo(@Param("collect") List<FsUserCourseVideo> collect);
|
|
|
|
|
|
- void updateRedPacketMoney(@Param("videoId") Long videoId, @Param("redPacketMoney") BigDecimal redPacketMoney);
|
|
|
+ void updateRedPacketMoney(@Param("videoId") Long videoId, @Param("redPacketMoney") BigDecimal redPacketMoney, @Param("title") String title);
|
|
|
|
|
|
/**
|
|
|
* 获取选项列表
|