fix(项目管理产品需求重构): 完善产品中的需求规格功能开发
修复需规拒绝变更时操作记录异常的问题 Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
parent
be55a0d4e5
commit
7efd45c462
|
|
@ -359,7 +359,7 @@ public class PmsProductRequirementServiceImpl implements IPmsProductRequirementS
|
|||
// 原需规记录评审意见
|
||||
PmsProductReqOperationRecord oldReqSpecsRecord
|
||||
= productReqReviewVo.toReqSpecsRecord(SecurityUtils.getUsername());
|
||||
oldReqSpecsRecord.setId(fromReqSpecs.getId());
|
||||
oldReqSpecsRecord.setProductRequirementId(fromReqSpecs.getId());
|
||||
pmsProductReqOperationRecordService.insertPmsProductReqOperationRecord(oldReqSpecsRecord);
|
||||
} else {
|
||||
reqSpecs.setStatus(ProductReqStatus.REJECTED_REQ_SPECS.getKey());
|
||||
|
|
|
|||
Loading…
Reference in New Issue