From 086de917fc69aaa547a465c6db2c55e9aeb44ac5 Mon Sep 17 00:00:00 2001 From: chenshaohua <635616957@qq.com> Date: Mon, 20 Jul 2026 12:40:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9D=A2=E8=AF=95=E9=82=80?= =?UTF-8?q?=E7=BA=A6=E6=9D=A1=E6=95=B0=E8=BF=94=E5=9B=9E=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/app/InterviewInvitationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-bussiness/src/main/resources/mapper/app/InterviewInvitationMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/app/InterviewInvitationMapper.xml index 1ac214f..64948bf 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/InterviewInvitationMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/InterviewInvitationMapper.xml @@ -87,7 +87,7 @@ order by t.create_time desc - select count(1) total,sum(case when t.status='accepted' then 1 else 0 END) jss, sum(case when t.status='rejected' then 1 else 0 END) jjs from interview_invitation t INNER join company cp on t.company_id=cp.company_id