Commit 21302bd6 authored by Cheng C Yang's avatar Cheng C Yang

Orange Heap

parent 04012066
...@@ -23,7 +23,6 @@ public class OrangeHeapController { ...@@ -23,7 +23,6 @@ public class OrangeHeapController {
@ResponseBody @ResponseBody
@GetMapping("unreturnedTax") @GetMapping("unreturnedTax")
public ApiResultDto getUnreturnedTax() { public ApiResultDto getUnreturnedTax() {
return ApiResultDto.success(tableauService.getUnreturnedTax().orElse(StringUtils.EMPTY)); return ApiResultDto.success(tableauService.getUnreturnedTax().orElse(StringUtils.EMPTY));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment