dev
luotaiqian 2026-07-23 16:58:27 +08:00
parent 9aa4ca81d9
commit 80e7995583
1 changed files with 2 additions and 1 deletions

View File

@ -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为空新增数据