校招公告列表加发布时间和岗位列表排序修改
This commit is contained in:
+3
@@ -34,6 +34,9 @@ public class RecruitAnnouncementDto {
|
|||||||
/** 投递结束时间 */
|
/** 投递结束时间 */
|
||||||
private Instant applyEndTime;
|
private Instant applyEndTime;
|
||||||
|
|
||||||
|
/** 发布时间 */
|
||||||
|
private Instant publishTime;
|
||||||
|
|
||||||
/** 投递截止描述 */
|
/** 投递截止描述 */
|
||||||
private String applyEndDesc;
|
private String applyEndDesc;
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,9 @@ public class RecruitAnnouncementListItemVo {
|
|||||||
/** 投递结束时间 */
|
/** 投递结束时间 */
|
||||||
private Instant applyEndTime;
|
private Instant applyEndTime;
|
||||||
|
|
||||||
|
/** 发布时间 */
|
||||||
|
private Instant publishTime;
|
||||||
|
|
||||||
/** 投递截止描述 */
|
/** 投递截止描述 */
|
||||||
private String applyEndDesc;
|
private String applyEndDesc;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -176,7 +176,7 @@
|
|||||||
INNER JOIN bg_china_regions_code r ON c.region_code = r.code
|
INNER JOIN bg_china_regions_code r ON c.region_code = r.code
|
||||||
INNER JOIN bg_job_category cat ON j.category_id = cat.id
|
INNER JOIN bg_job_category cat ON j.category_id = cat.id
|
||||||
<include refid="jobPageWhere"/>
|
<include refid="jobPageWhere"/>
|
||||||
ORDER BY j.id DESC
|
ORDER BY j.expire_at DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="countJobPage" resultType="java.lang.Long">
|
<select id="countJobPage" resultType="java.lang.Long">
|
||||||
|
|||||||
@@ -46,6 +46,7 @@
|
|||||||
ra.title,
|
ra.title,
|
||||||
ra.major_require,
|
ra.major_require,
|
||||||
ra.apply_end_time,
|
ra.apply_end_time,
|
||||||
|
ra.publish_time,
|
||||||
ra.apply_end_desc
|
ra.apply_end_desc
|
||||||
FROM bg_recruit_announcement ra
|
FROM bg_recruit_announcement ra
|
||||||
INNER JOIN bg_company c ON ra.company_id = c.id
|
INNER JOIN bg_company c ON ra.company_id = c.id
|
||||||
|
|||||||
Reference in New Issue
Block a user