|
@@ -116,6 +116,6 @@ public interface VideoInfoMapper {
|
|
|
" where vi.delete_flag = 1 and vi.identification_code=#{code}")
|
|
" where vi.delete_flag = 1 and vi.identification_code=#{code}")
|
|
|
VideoInfo getVideoInfoDetail(String code);
|
|
VideoInfo getVideoInfoDetail(String code);
|
|
|
|
|
|
|
|
- @Update("update video_info set delete_flag = 2 where identification_code = #{identificationCode}")
|
|
|
|
|
|
|
+ @Update("update video_info set delete_flag = 2,modify_time = now() where identification_code = #{identificationCode}")
|
|
|
void delByIdentificationCode(String identificationCode);
|
|
void delByIdentificationCode(String identificationCode);
|
|
|
}
|
|
}
|