包头bug修改
This commit is contained in:
parent
55b80d5c31
commit
bc8a7e56cb
@ -648,6 +648,7 @@ public class WorkerInfoServiceImpl extends ServiceImpl<WorkerInfoMapper, WorkerI
|
||||
}
|
||||
}
|
||||
workerInfoMapper.update(null, new LambdaUpdateWrapper<WorkerInfo>()
|
||||
.set(WorkerInfo::getBranchId, workerInfo.getBranchId())
|
||||
.set(WorkerInfo::getProjectGroup, workerInfo.getProjectGroup())
|
||||
.eq(WorkerInfo::getId, workerInfo.getId())
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user