重置分数修改

This commit is contained in:
GUO 2024-05-29 22:14:56 +08:00
parent 3915edc187
commit 65280f9a97

View File

@ -2204,7 +2204,7 @@ public class WorkerInfoServiceImpl extends ServiceImpl<WorkerInfoMapper, WorkerI
}
updateById(workerInfo);
if (Objects.equals(workerInfo.getSafeScore(), 100D)) {
projectUfaceConfigService.updateWorkerInfo(old, old);
projectUfaceConfigService.updateWorkerInfo(workerInfo, old);
}
}