Преглед на файлове

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

wangming преди 1 година
родител
ревизия
c7eb16ac6d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxOutsideInspectionItpServiceImpl.java

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