feat: Add job fair status tracking and corresponding unit tests
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user