north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java
@@ -790,4 +790,11 @@ return resultList; } public Object processCardProgressCollectSv(String orderId, List<Integer> columns) { Map<String, Object> map = new HashMap<>(); //获取表格内容数据 List<Map<String, String>> dataList = reportMapper.processCardProgressCollectMp(orderId); return null; } }