This website requires JavaScript.
Explore
Help
Register
Sign In
wkc
/
ccdi
Watch
1
Star
0
Fork
0
You've already forked ccdi
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a5a3e36d48b49c7ea46bd8d9cb08a9e4007dbf91
ccdi
/
assets
/
implementation
/
other
/
ScreenShot_2026-01-30_164916_062.png
368 lines
103 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
fix: 修复异步方法返回类型不兼容问题 将@Async方法的返回类型从String改为CompletableFuture<ImportResultVO>, 并使用CompletableFuture.completedFuture()立即返回已完成的Future, 既符合@Async的要求,又能实现立即返回的效果。 修改文件: - ICcdiEmployeeService.java: 更新接口返回类型 - CcdiEmployeeServiceImpl.java: 使用CompletableFuture.completedFuture() - CcdiEmployeeController.java: 调用future.get()获取结果(不会阻塞) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-06 09:59:30 +08:00
<EFBFBD>
PNG