waring
parent
9aa4ca81d9
commit
80e7995583
|
|
@ -129,7 +129,8 @@ public class EvalTechReviewExecutor implements EvalTechReviewApi {
|
|||
projectStageSyncService.onNodeCompleted(projectId, ProjectStageEnum.TECHNICAL_REVIEW.getNode());
|
||||
}
|
||||
|
||||
if (cmd.getId() != null) {
|
||||
if (evalTechReviewDO != null) {
|
||||
entity.setId(evalTechReviewDO.getId());
|
||||
entity = evalTechReviewGateway.modify(entity);
|
||||
} else {
|
||||
// id为空,新增数据
|
||||
|
|
|
|||
Loading…
Reference in New Issue