@ -317,13 +317,11 @@
DEL_FLAG = '0'
AND ABANDON_FLAG='0'
AND PID = #{agencyId}
ORDER BY CREATED_TIME DESC
ORDER BY sort,grid_name,CREATED_TIME DESC
<if test="null != pageSize and pageSize > 0">
LIMIT #{pageSize}
</if>
</where>
order by
sort,grid_name
</select>
<select id="listGridsbystaffid" resultType="com.epmet.dto.result.GridByStaffResultDTO">