1、需求列表查询时,返回关联的产品线
This commit is contained in:
@@ -186,6 +186,6 @@ public class SpdmDemandVo extends BaseEntity {
|
||||
/**
|
||||
* 产品线(利元亨定制)
|
||||
*/
|
||||
private String productionLine;
|
||||
private String produceLine;
|
||||
|
||||
}
|
||||
|
||||
@@ -753,7 +753,7 @@ public class DemandServiceImpl extends BaseService implements IDemandService {
|
||||
if (spdmNodeExtraVo == null) {
|
||||
log.info("项目拓展属性中没有产品线数据");
|
||||
}else {
|
||||
spdmDemandVo.setProductionLine(spdmNodeExtraVo.getPropertyValue());
|
||||
spdmDemandVo.setProduceLine(spdmNodeExtraVo.getPropertyValue());
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1230,7 +1230,7 @@ public class DemandServiceImpl extends BaseService implements IDemandService {
|
||||
if (spdmNodeExtraVo == null) {
|
||||
log.info("项目拓展属性中没有产品线数据");
|
||||
}else {
|
||||
spdmDemandVo.setProductionLine(spdmNodeExtraVo.getPropertyValue());
|
||||
spdmDemandVo.setProduceLine(spdmNodeExtraVo.getPropertyValue());
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2154,7 +2154,7 @@ public class DemandServiceImpl extends BaseService implements IDemandService {
|
||||
if (spdmNodeExtraVo == null) {
|
||||
log.info("项目拓展属性中没有产品线数据");
|
||||
}else {
|
||||
spdmDemandVo.setProductionLine(spdmNodeExtraVo.getPropertyValue());
|
||||
spdmDemandVo.setProduceLine(spdmNodeExtraVo.getPropertyValue());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user