@ -43,6 +43,6 @@
<if test="allDeptIds != '' and allDeptIds != null">
AND m.all_dept_ids like concat('%',#{allDeptIds},'%')
</if>
ORDER BY m.CREATED_TIME DESC
ORDER BY m.SCORE DESC, m.CREATED_TIME DESC
</select>
</mapper>