案件导入修改

发送房间号短信接口
This commit is contained in:
18792927508
2023-10-10 16:00:34 +08:00
parent 7b6bca31ba
commit 62f1e3111d
10 changed files with 178 additions and 56 deletions
@@ -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>