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