This commit is contained in:
2025-03-21 17:08:03 +08:00
parent da2b45f344
commit e7657de323
13 changed files with 97 additions and 42 deletions

View File

@ -14,7 +14,7 @@ public class AsyncServiceImpl implements IAsyncService {
private IBgtProjectRecruitService iBgtProjectRecruitService;
@Override
@Async
// @Async
public void updateRecruitStatus(BgtProjectRecruit recruit) {
recruit.setStatus("2");
iBgtProjectRecruitService.updateById(recruit);