home 3 سال پیش
والد
کامیت
10fd7639d5
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/main/java/com/example/storageex/controller/IndexController.java

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