yumeng 5 tahun lalu
induk
melakukan
ab72c2c4b4

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