|
@@ -117,6 +117,7 @@ public class ProjectWorkerRelationServiceImpl implements ProjectWorkerRelationSe
|
|
|
} else {
|
|
|
dbEntity.setState(ProjectWorkerConstants.PROJECT_WORKER_BIND);
|
|
|
dbEntity.setBindTime(LocalDateTime.now());
|
|
|
+ dbEntity.setResponsibility(projectWorkerRelation.getResponsibility());
|
|
|
projectWorkerRelationMapper.updateById(dbEntity);
|
|
|
}
|
|
|
return CommonResult.success();
|