修改开庭时间时加短信通知

This commit is contained in:
18792927508
2023-11-02 14:49:18 +08:00
parent fdbfcafb81
commit d1d1b70d9b
3 changed files with 33 additions and 17 deletions
@@ -82,12 +82,7 @@
<if test="loginUserName != null and loginUserName != ''">
AND r.create_by=#{loginUserName} AND ca.identity_type=1
</if>
<if test="caseStatusList != null and caseStatusList.size() > 0">
and r.case_node in
<foreach item="caseStatus" collection="caseStatusList" open="(" separator="," close=")">
#{caseStatus}
</foreach>
</if>
</where>
order by c.create_time desc,c.case_num desc
</select>