|
|
@@ -116,8 +116,13 @@ public class QC12024_202403JRecordOFData implements IDynamicOFData {
|
|
|
}
|
|
|
//设备信息
|
|
|
if (itemDOList.size() > 1) {
|
|
|
- result.put("unitCode", "见一览表");
|
|
|
- result.put("unitName", "见一览表");
|
|
|
+// result.put("unitCode", "见一览表");
|
|
|
+// result.put("unitName", "见一览表");
|
|
|
+ EquipPipeDO equipPipeDO = equipPipeMapper.selectById(itemDOList.get(0).getEquipId());
|
|
|
+ if (equipPipeDO != null) {
|
|
|
+ result.put("unitCode", equipPipeDO.getUnitCode());
|
|
|
+ result.put("unitName", equipPipeDO.getUnitName());
|
|
|
+ }
|
|
|
result.put("unitAddress", "见一览表");
|
|
|
result.put("pipeClass", "见一览表");
|
|
|
result.put("pipeName1", "见一览表");
|