Commit b304a9bf authored by baoliang's avatar baoliang
Browse files

update worker group

parent a47f03c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ public class WorkerGroupMapperProvider {
            SELECT("*");

            FROM(TABLE_NAME);

            ORDER_BY("update_time desc");
        }}.toString();
    }