修改面试邀约条数返回类型
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user