Commit 7f4f65db authored by lgcareer's avatar lgcareer
Browse files

Added the ability to sort by timing status

parent b7d0d4c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ public class ProcessDefinitionMapperProvider {
            if(userId != null && 0 != Integer.parseInt(userId.toString())){
                WHERE("td.user_id = #{userId}");
            }
            ORDER_BY(" td.update_time desc limit #{offset},#{pageSize} ");
            ORDER_BY(" sc.schedule_release_state desc,td.update_time desc limit #{offset},#{pageSize} ");
        }}.toString();
    }
    /**