Quellcode durchsuchen

fix:收款管理导出分页删除

ly vor 9 Monaten
Ursprung
Commit
8402ee22eb

+ 0 - 1
src/main/java/cn/ezhizao/project/business/collection/controller/BizCollectionController.java

@@ -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 -> {