wenhongquan 2 ani în urmă
părinte
comite
0708c99cb1

+ 3 - 0
ruoyi-system/src/main/resources/mapper/system/TblFacilitiesMapper.xml

@@ -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">