查询有招聘会的日期列表
This commit is contained in:
@@ -48,9 +48,9 @@ public interface PublicJobFairMapper extends BaseMapper<PublicJobFair> {
|
||||
List<PublicJobFair> getCurrentMonthFairs();
|
||||
|
||||
/**
|
||||
* 按年份查询每日招聘会数量
|
||||
* 查询有招聘会的日期列表
|
||||
*/
|
||||
List<JobFairDailyCountVO> getDailyCountByYear(@Param("year") Integer year);
|
||||
List<String> getJobFairDates();
|
||||
|
||||
// ========== CMS后台管理接口 ==========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user