@@ -49,6 +49,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach>
</if>
</where>
+ <![CDATA[
+ order by (case when (ext1->'$.tz_id' <> 0 and cast(ext1->'$.tz_id' as signed) <> 0) then cast(ext1->'$.tz_id' as signed) else 99999999 end ) asc
+ ]]>
</select>
<select id="selectTblFacilitiesById" parameterType="Long" resultMap="TblFacilitiesResult">