yumeng 5 년 전
부모
커밋
ab72c2c4b4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/TestController.java

+ 2 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/TestController.java

@@ -110,8 +110,8 @@ public class TestController {
     }
 
 
-    @GetMapping(value = "/getHistoryData")
-    public String getHistoryData(String startDate, String endDate) {
+    @GetMapping(value = "/getAccountReportList")
+    public String getAccountReportList(String startDate, String endDate) {
         Result<String> result = new Result<>();
         try {
             SimpleDateFormat sim = new SimpleDateFormat("yyyy-MM-dd");