|
@@ -39,7 +39,7 @@ public interface ETLReportBytedanceVideoMapper extends BaseMapper<ETLReportByted
|
|
List<ETLReportBytedanceVideo> getBytedanceVideoShotInfo();
|
|
List<ETLReportBytedanceVideo> getBytedanceVideoShotInfo();
|
|
List<ETLReportBytedanceVideo> getBytedanceVideoPlanInfo();
|
|
List<ETLReportBytedanceVideo> getBytedanceVideoPlanInfo();
|
|
|
|
|
|
- void updateClipInfo(@Param("clipId")String clipId, @Param("clipName")String clipName,@Param("teamLeader")String teamLeader, @Param("md5")String md5);
|
|
|
|
|
|
+ void updateClipInfo(@Param("clipId")String clipId, @Param("clipName")String clipName,@Param("teamLeader")String teamLeader, @Param("md5")String md5,@Param("date") String date);
|
|
void updateShotInfo(@Param("shotId")String shotId, @Param("shotName")String shotName, @Param("md5")String md5);
|
|
void updateShotInfo(@Param("shotId")String shotId, @Param("shotName")String shotName, @Param("md5")String md5);
|
|
void updatePlanInfo(@Param("planId")String planId, @Param("planName")String planName, @Param("md5")String md5);
|
|
void updatePlanInfo(@Param("planId")String planId, @Param("planName")String planName, @Param("md5")String md5);
|
|
|
|
|