Browse Source

外部报验-报验点和构件增加英文名称

wangming 1 year ago
parent
commit
c7eb16ac6d

+ 1 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxOutsideInspectionItpServiceImpl.java

@@ -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);