优化岗位列表接口性能

This commit is contained in:
zk
2026-05-11 16:27:45 +08:00
parent 892ca497be
commit 8496f8ed42
2 changed files with 4 additions and 2 deletions
@@ -126,7 +126,7 @@
<if test="employmentType != null">
AND j.employment_type = #{employmentType}
</if>
ORDER BY j.create_time DESC
ORDER BY j.id DESC
</select>
</mapper>