视频录制
This commit is contained in:
@@ -453,6 +453,9 @@
|
||||
<update id="updateCaseLockStatus">
|
||||
update case_application set lock_status=#{lockStatus} where id = #{id}
|
||||
</update>
|
||||
<update id="bindCaseId">
|
||||
update case_application set room_id=#{roomId} where id = #{caseId}
|
||||
</update>
|
||||
|
||||
<delete id="deletecaseApplication" parameterType="CaseApplication">
|
||||
delete from case_application where id = #{id}
|
||||
@@ -559,7 +562,10 @@
|
||||
<select id="selectArbitratorList" resultType="java.lang.String">
|
||||
select a.arbitrator_id id from case_application a where a.id=#{id}
|
||||
</select>
|
||||
|
||||
<select id="selectCaseIdByRoomId" resultType="java.lang.Long">
|
||||
select id
|
||||
from case_application where room_id=#{roomId} limit 1
|
||||
</select>
|
||||
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user