Commit 762786a5 by zhangxingmin

push

parent ef1fc4d0
...@@ -746,7 +746,7 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService ...@@ -746,7 +746,7 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService
.source(2) .source(2)
.build()); .build());
return Result.success(); return Result.success(result.getData());
} }
private static LocalDate calculateExpectedPayoutDate(LocalDate effectiveDate, Integer issueNumber) { private static LocalDate calculateExpectedPayoutDate(LocalDate effectiveDate, Integer issueNumber) {
......
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