给仲裁员发短信修改

This commit is contained in:
18792927508
2023-10-12 17:23:15 +08:00
parent 00f6ad1417
commit 72d02890b0
6 changed files with 47 additions and 15 deletions
@@ -248,6 +248,9 @@
select max(substring(case_num, #{length}+1,12)+1) as maxCaseNum
from case_application where case_num like CONCAT(#{caseNum},'%') ;
</select>
<select id="selectArbitratorList" resultType="java.lang.String">
select a.arbitrator_id id from case_application a where a.id=#{id}
</select>
</mapper>