|
@@ -55,7 +55,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="latitude != null and latitude != ''"> and latitude = #{latitude}</if>
|
|
|
<if test="revision != null "> and revision = #{revision}</if>
|
|
|
</where>
|
|
|
- and del_flag = 0 order by id desc
|
|
|
+ <!-- and del_flag = 0 order by id desc -->
|
|
|
+ and del_flag = 0 order by sort asc, id desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTOrganizationById" parameterType="Long" resultMap="TOrganizationResult">
|