feat: Add job fair status tracking and corresponding unit tests

This commit is contained in:
2026-07-21 09:41:20 +08:00
parent 25f73dc580
commit 2dcf674fac
4 changed files with 91 additions and 3 deletions

View File

@@ -99,7 +99,7 @@
and to_char(job_fair_end_time, 'YYYY-MM-DD') >= #{query.zphjbsj}
</if>
</where>
order by job_fair_start_time desc
order by job_fair_start_time desc nulls last, create_time desc nulls last
</select>
<select id="selectPublicJobFairDetailById" resultMap="DetailResult">