认证清单关联平台件

This commit is contained in:
zhn
2023-09-21 15:25:54 +08:00
parent ea804a0ce8
commit 1cee376084
@@ -6968,21 +6968,21 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
private void setProjectCertificationInventoryEO(ProjectCertificationInventoryEO certificationInventoryEO, ProjectCertificationInventoryEO projectCertificationInventoryEO) {
//交付物模板-deliverableTemplate
projectCertificationInventoryEO.setDeliverableTemplate(certificationInventoryEO.getDeliverableTemplate());
projectCertificationInventoryEO.setDeliverableTemplate(StringUtils.isNotEmpty(certificationInventoryEO.getDeliverableTemplate()) ? certificationInventoryEO.getDeliverableTemplate() : "");
//交付物类型-deliverableType
projectCertificationInventoryEO.setDeliverableType(certificationInventoryEO.getDeliverableType());
projectCertificationInventoryEO.setDeliverableType(StringUtils.isNotEmpty(certificationInventoryEO.getDeliverableType()) ? certificationInventoryEO.getDeliverableType() : "");
//交付结果-deliveryResult
projectCertificationInventoryEO.setDeliveryResult(certificationInventoryEO.getDeliveryResult());
projectCertificationInventoryEO.setDeliveryResult(StringUtils.isNotEmpty(certificationInventoryEO.getDeliveryResult()) ? certificationInventoryEO.getDeliveryResult() : "");
//截止日期-endTime
projectCertificationInventoryEO.setEndTime(certificationInventoryEO.getEndTime());
//流程状态-flowStatus
projectCertificationInventoryEO.setFlowStatus(certificationInventoryEO.getFlowStatus());
projectCertificationInventoryEO.setFlowStatus(StringUtils.isNotEmpty(certificationInventoryEO.getFlowStatus()) ? certificationInventoryEO.getFlowStatus() : "");
//报告编号-reportNumber
projectCertificationInventoryEO.setReportNumber(certificationInventoryEO.getReportNumber());
projectCertificationInventoryEO.setReportNumber(StringUtils.isNotEmpty(certificationInventoryEO.getReportNumber()) ? certificationInventoryEO.getReportNumber() : "");
//产品型号-productModel
projectCertificationInventoryEO.setProductModel(certificationInventoryEO.getProductModel());
projectCertificationInventoryEO.setProductModel(StringUtils.isNotEmpty(certificationInventoryEO.getProductModel()) ? certificationInventoryEO.getProductModel() : "");
//生产企业名称-productionEnterpriseName
projectCertificationInventoryEO.setProductionEnterpriseName(certificationInventoryEO.getProductionEnterpriseName());
projectCertificationInventoryEO.setProductionEnterpriseName(StringUtils.isNotEmpty(certificationInventoryEO.getProductionEnterpriseName()) ? certificationInventoryEO.getProductionEnterpriseName() : "");
}
// public void listPlatform(Map<String,Object> params) {
// String cut = (String) params.get("cut");//