案件导入修改
发送房间号短信接口
This commit is contained in:
@@ -36,22 +36,21 @@
|
||||
|
||||
</where>
|
||||
</select>
|
||||
<select id="selectArbitratorById" resultMap="ArbitratorResult">
|
||||
select a.id ,a.arbitrator_name ,a.title ,a.career ,a.professi_classifi ,
|
||||
a.education ,a.area ,a.telephone ,a.current_case_num ,a.closed_case_num
|
||||
from arbitrator a
|
||||
<where>
|
||||
<if test="caseAppliId != null and caseAppliId != ''">
|
||||
AND ca.ase_appliId=#{caseAppliId}
|
||||
</if>
|
||||
|
||||
<if test="identityType != null and identityType != ''">
|
||||
a.identity_type=#{identityType}
|
||||
</if>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user