mirror of
https://gitee.com/lakernote/easy-admin.git
synced 2026-09-06 23:17:21 +08:00
bugfix and code refactor
This commit is contained in:
@@ -33,7 +33,6 @@ import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.UnsupportedEncodingException;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
@@ -342,7 +341,6 @@ public class SnakerflowFacetsController {
|
||||
}
|
||||
filter.orderBy("create_Time").order(DESC);
|
||||
snakerEngineFacets.getEngine().query().getHistoryOrders(page, filter);
|
||||
|
||||
return PageResponse.ok(JSONUtil.parse(page.getResult()), page.getTotalCount());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user