包头bug修改

This commit is contained in:
guoshengxiong 2025-03-10 22:08:59 +08:00
parent 55b80d5c31
commit bc8a7e56cb

View File

@ -648,6 +648,7 @@ public class WorkerInfoServiceImpl extends ServiceImpl<WorkerInfoMapper, WorkerI
} }
} }
workerInfoMapper.update(null, new LambdaUpdateWrapper<WorkerInfo>() workerInfoMapper.update(null, new LambdaUpdateWrapper<WorkerInfo>()
.set(WorkerInfo::getBranchId, workerInfo.getBranchId())
.set(WorkerInfo::getProjectGroup, workerInfo.getProjectGroup()) .set(WorkerInfo::getProjectGroup, workerInfo.getProjectGroup())
.eq(WorkerInfo::getId, workerInfo.getId()) .eq(WorkerInfo::getId, workerInfo.getId())
); );