Commit de7b2493 authored by 李秀明's avatar 李秀明

巡检记录列表应按照巡检时间倒序排列

parent 82adf814
......@@ -121,7 +121,7 @@ public interface CheckMapper extends BaseMapper {
" </if>\n" +
" <if test=\"isExecute!=null and isExecute!='' and isExecute == '3'\">and a.is_OK != #{isExecute}</if>\n" +
" </trim>\n" +
" order by #{orderBy}\n" +
" order by a.check_time desc \n" +
" <choose>\n" +
" <when test=\"pageSize==-1\"></when>\n" +
" <when test=\"pageSize!=-1\">limit #{offset}, #{pageSize}</when>\n" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment