From 770bc0cd230785918d8baea3491e2f6e78afafd0 Mon Sep 17 00:00:00 2001 From: daichao <1438977546@qq.com> Date: Mon, 11 Aug 2025 17:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4SQL=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=8D=8F=E5=8A=9E=E5=BE=8B=E5=B8=88=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=A1=88=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/tcctlo-law-office/CaseInformationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcctlo-law-office/src/main/resources/mapper/tcctlo-law-office/CaseInformationMapper.xml b/tcctlo-law-office/src/main/resources/mapper/tcctlo-law-office/CaseInformationMapper.xml index f90291cb..a5217c8d 100644 --- a/tcctlo-law-office/src/main/resources/mapper/tcctlo-law-office/CaseInformationMapper.xml +++ b/tcctlo-law-office/src/main/resources/mapper/tcctlo-law-office/CaseInformationMapper.xml @@ -193,7 +193,7 @@ and find_in_set(#{condition.lawyerId},ci.co_lawyer_ids) - and find_in_set(#{condition.userId},ci.entrusted_lawyer_id) + and (find_in_set(#{condition.userId},ci.co_lawyer_ids) or ci.entrusted_lawyer_id = #{condition.userId}) and ci.status = 0 and ci.del_flag = 0 order by ci.create_time desc