SQL中使用orderBy进行排序时,将updateTime放在createTime的前面,否则你修改了之后,记录就不是第一个了。
ORDER BY t1.update_time desc,t1.create_time desc