组庭确认开发

This commit is contained in:
qitz
2023-09-19 21:09:21 +08:00
parent 704a35f473
commit 9eae44bc89
7 changed files with 159 additions and 8 deletions
@@ -26,6 +26,14 @@
<if test="arbitratorName != null and arbitratorName != ''">
AND a.arbitrator_name like concat('%', #{arbitratorName}, '%')
</if>
<if test="idList != null and idList.size() > 0">
AND a.id in
<foreach item="id" collection="idList" open="(" separator="," close=")">
#{id}
</foreach>
</if>
</where>
</select>