@@ -196,7 +196,6 @@ public class BizCollectionController extends BaseController {
@PostMapping("/export")
public void export(HttpServletResponse response, BizCollection conditions) throws NoSuchFieldException, IllegalAccessException {
setTenantId(conditions);
- startPage();
startOrderBy();
List<BizCollection> list = collectionService.getListByBean(conditions);
list.forEach(l -> {