|
@@ -835,7 +835,7 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
|
|
|
//报验点
|
|
|
ZhcxItpProjectNodesDo inspectionContentPoint = itpProjectNodesService.getById(itpDo.getInspectioncontentid());
|
|
|
if(ObjectUtil.isNotNull(inspectionContentPoint) && ObjectUtil.isNotEmpty(inspectionContentPoint.getNodename())) {
|
|
|
- updateEntity.setInspectionenpoint(inspectionContentPoint.getNodename());
|
|
|
+ updateEntity.setInspectionenpoint(inspectionContentPoint.getEnname());
|
|
|
}
|
|
|
updateById(updateEntity);
|
|
|
|