qms报表管理

This commit is contained in:
yf001217 2026-06-08 18:31:54 +08:00
parent 4c111ddd60
commit c026c910d8
2 changed files with 6 additions and 6 deletions

View File

@ -142,7 +142,7 @@ public class QmdReportManagementControllerService {
vo.setPdiComponentId(item.getComponentsId()); vo.setPdiComponentId(item.getComponentsId());
vo.setPdiComponentName(component == null ? null : component.getComponentName()); vo.setPdiComponentName(component == null ? null : component.getComponentName());
vo.setInspectionItemId(item.getId()); vo.setInspectionItemId(item.getId());
vo.setInspectionItemName(item.getInspectionContent()); vo.setInspectionContent(item.getInspectionContent());
vo.setVersions(joinVersions(itemVersionsMap.get(pdiItemKey(item, component)))); vo.setVersions(joinVersions(itemVersionsMap.get(pdiItemKey(item, component))));
return vo; return vo;
}) })
@ -227,7 +227,7 @@ public class QmdReportManagementControllerService {
vo.setInspectionPointId(point.getId()); vo.setInspectionPointId(point.getId());
vo.setInspectionPointName(point.getInspectionPointName()); vo.setInspectionPointName(point.getInspectionPointName());
vo.setInspectionItemId(item.getId()); vo.setInspectionItemId(item.getId());
vo.setInspectionItemName(item.getInspectionContent()); vo.setInspectionContent(item.getInspectionContent());
vo.setVersions(joinVersions(itemVersionsMap.get(pqcItemKey(point, item)))); vo.setVersions(joinVersions(itemVersionsMap.get(pqcItemKey(point, item))));
return vo; return vo;
}) })

View File

@ -55,9 +55,9 @@ public class QmdReportManagementVO {
private Long inspectionItemId; private Long inspectionItemId;
/** /**
* 测项名称 * 查内容
*/ */
private String inspectionItemName; private String inspectionContent;
/** /**
* 有该检测项的版本号 * 有该检测项的版本号
@ -99,9 +99,9 @@ public class QmdReportManagementVO {
private Long inspectionItemId; private Long inspectionItemId;
/** /**
* 测项名称 * 查内容
*/ */
private String inspectionItemName; private String inspectionContent;
/** /**
* 有该检测项的版本号 * 有该检测项的版本号