优化岗位列表接口性能
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user