From 8339df0b9bb4d1c09218d8a85e5dd111f3b34c7d Mon Sep 17 00:00:00 2001 From: chenshaohua <635616957@qq.com> Date: Mon, 20 Jul 2026 16:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=94=E5=9B=9E=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=B7=B2=E8=AF=BB=E5=AD=97=E6=AE=B5?= 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 64948bf..835a08d 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/InterviewInvitationMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/InterviewInvitationMapper.xml @@ -65,7 +65,7 @@ t.interview_time, t.interview_method, t.meeting_link, t.meeting_password, t.interview_location, t.contact_phone, t.interviewer_name, - t.job_name, t.status, t.del_flag, + t.job_name, t.status, t.del_flag,t.is_read, t.create_by, t.create_time, t.update_by, t.update_time, t.remark, COALESCE(c.name, t.company_name) as company_name, COALESCE(j.job_title, t.job_name) as job_title,