fix(产品模块): 模块处的需求数量统计错误
无所属模块查询使用-1进行查询 Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
parent
48ddc9ccdb
commit
65ea36f889
|
|
@ -296,6 +296,7 @@ public class PmsProductModuleServiceImpl implements IPmsProductModuleService
|
||||||
// 计算无所属模块的需求数量
|
// 计算无所属模块的需求数量
|
||||||
PmsProductRequirement pmsProductRequirementSearch = new PmsProductRequirement();
|
PmsProductRequirement pmsProductRequirementSearch = new PmsProductRequirement();
|
||||||
pmsProductRequirementSearch.setPmsProductModuleId(-1L);
|
pmsProductRequirementSearch.setPmsProductModuleId(-1L);
|
||||||
|
pmsProductRequirementSearch.setPmsProductIdentifier(pmsProductModule.getPmsProductIdentifier());
|
||||||
noModuleNodeDataCount = pmsProductRequirementService.selectProductReqSpecsCount(pmsProductRequirementSearch);
|
noModuleNodeDataCount = pmsProductRequirementService.selectProductReqSpecsCount(pmsProductRequirementSearch);
|
||||||
allNodeName = "配置项(CSCI)需求";
|
allNodeName = "配置项(CSCI)需求";
|
||||||
} else if (type == PmsConstants.TESTSHEET_TAG_AND_MODULE_TYPE) {
|
} else if (type == PmsConstants.TESTSHEET_TAG_AND_MODULE_TYPE) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue