实现组庭审核时仲裁员待办案件数据显示
This commit is contained in:
@@ -1254,6 +1254,14 @@
|
||||
<select id="selectArbitratorList" resultType="java.lang.String">
|
||||
select a.arbitrator_id id from case_application a where a.id=#{id}
|
||||
</select>
|
||||
|
||||
<select id="selectCasenum" resultType="java.lang.Integer">
|
||||
SELECT count(1)
|
||||
from case_application c
|
||||
where c.arbitrator_id = #{userId}
|
||||
and c.case_status in(8,9)
|
||||
</select>
|
||||
|
||||
<select id="selectCaseIdByRoomId" resultType="java.lang.Long">
|
||||
select id
|
||||
from case_application where room_id=#{roomId} limit 1
|
||||
|
||||
Reference in New Issue
Block a user