@@ -470,7 +470,6 @@ public class BizPaymentController extends BaseController {
@PostMapping("/export")
public void export(HttpServletResponse response, BizPayment payment) throws NoSuchFieldException, IllegalAccessException {
setTenantId(payment);
- startPage();
startOrderBy();
List<BizPayment> list = paymentService.getListByBean(payment);
list.forEach(l -> {