src/main/resources/mapper/video/VideoMasterDataMapper.xml
@@ -6,4 +6,9 @@ select * from video_master_data where master_id=#{masterId} </select> <select id="selectDataByMasterIdForUpdate" resultType="cc.mrbird.febs.video.entity.VideoMasterDataEntity"> select * from video_master_data where master_id=#{masterId} for update </select> </mapper>