|
@@ -16,7 +16,9 @@ public class IndexController {
|
|
|
@Autowired
|
|
|
private IndexService indexService;
|
|
|
|
|
|
-
|
|
|
+ /**
|
|
|
+ * 导出功能
|
|
|
+ */
|
|
|
@PostMapping("/selectDetails")
|
|
|
public R getPersonAttendData(@RequestBody Map<String, Object> condition) {
|
|
|
List<Map<String, Object>> maps = indexService.selectDetails(condition);
|