修改面试邀约条数返回类型

This commit is contained in:
chenshaohua
2026-07-20 12:40:47 +08:00
parent b6ea14b6f0
commit 086de917fc

View File

@@ -87,7 +87,7 @@
order by t.create_time desc order by t.create_time desc
</select> </select>
<select id="selectMsyyhbs" resultMap="com.ruoyi.cms.domain.vo.InviteCountDTO"> <select id="selectMsyyhbs" resultType="com.ruoyi.cms.domain.vo.InviteCountDTO">
select count(1) total,sum(case when t.status='accepted' then 1 else 0 END) jss, 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 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 INNER join company cp on t.company_id=cp.company_id