|
@@ -138,7 +138,7 @@
|
|
|
distance <![CDATA[ <= ]]> #{maxDistance}
|
|
|
</if>
|
|
|
ORDER BY
|
|
|
- Longitude DESC, Latitude DESC, distance DESC
|
|
|
+ company.CreateTime DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="getDataMapListByPostName" resultType="com.hz.employmentsite.vo.dataMap.CompanyPostMapVo">
|
|
@@ -206,6 +206,6 @@
|
|
|
distance <![CDATA[ <= ]]> #{maxDistance}
|
|
|
</if>
|
|
|
ORDER BY
|
|
|
- Longitude DESC, Latitude DESC, distance DESC, CompanyID
|
|
|
+ post.CreateTime DESC, distance DESC, CompanyID
|
|
|
</select>
|
|
|
</mapper>
|