|
@@ -108,7 +108,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<!-- 根据ID查询 -->
|
|
<!-- 根据ID查询 -->
|
|
|
<select id="selectById" resultMap="LiveCompletionPointsRecordResult">
|
|
<select id="selectById" resultMap="LiveCompletionPointsRecordResult">
|
|
|
SELECT * FROM live_completion_points_record
|
|
SELECT * FROM live_completion_points_record
|
|
|
- WHERE id = #{id}
|
|
|
|
|
|
|
+ WHERE id = #{id} for update
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|