xiaoyong931011
2021-12-21 0e1e8458af25365ba0e2995e599f54cf98f87e2a
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>