修改查询预约条数,及更新显示条数
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
</select>
|
||||
|
||||
<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' and is_show='0' 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
|
||||
where cp.code=#{idCard}
|
||||
|
||||
Reference in New Issue
Block a user