@@ -49,7 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<!-- 数据范围过滤 -->
${params.dataScope}
</where>
- order by GREATEST(a.create_time, a.update_time) DESC
+ order by a.create_time DESC
</select>