home il y a 3 ans
Parent
commit
10fd7639d5

+ 3 - 1
src/main/java/com/example/storageex/controller/IndexController.java

@@ -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);