Commit 9ff8730e by zwb

修改简历列表查询

parent bffd4dd7
......@@ -252,10 +252,10 @@ public class NewEditionResumeServiceImpl implements NewEditionResumeService {
this.functionResumeBaseMapper.updateById(resume);
functionResumeBaseMapper.deleteById(resumeBase.getId());
this.resumeCacheService.delResumeListCache(finalUser.getId());
log.error("❌ 导入简历异常:", e);
}
}, commonAsyncThreadPool.getExecutor().getThreadPoolExecutor());
this.resumeCacheService.delResumeListCache(finalUser.getId());
}
public static String generate(String baseName, List<String> names) {
......
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 sign in to comment