更新检测相关功能
This commit is contained in:
parent
6e23cc2d24
commit
aeb9e032e2
@ -78,7 +78,7 @@ public class InspectionWorkNodeServiceImpl extends ServiceImpl<InspectionWorkNod
|
||||
//查询用户 信息
|
||||
//修改工单表中当前施工人
|
||||
inspectionInfo.setWorkId(workerUser.getId());
|
||||
inspectionInfo.setWorkerName(workerUser.getUsername());
|
||||
inspectionInfo.setWorkerName(workerUser.getNickname());
|
||||
inspectionInfo.setWorkerPhone(workerUser.getMobile());
|
||||
inspectionInfoService.updateById(inspectionInfo);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user