Commit 69b45688 authored by Cheng C Yang's avatar Cheng C Yang

Orange Heap

parent a2231f9c
...@@ -23,6 +23,7 @@ public class OrangeHeapController { ...@@ -23,6 +23,7 @@ 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