waring
parent
1629e5d7a1
commit
8400a0a937
|
|
@ -13,6 +13,7 @@ import org.qinan.safetyeval.client.dto.institution.EvalInternalReviewSaveCmd;
|
|||
import org.qinan.safetyeval.client.item.request.EvalReviewItemAddCmd;
|
||||
import org.qinan.safetyeval.client.item.response.EvalReviewItemCo;
|
||||
import org.qinan.safetyeval.domain.constant.EvalReviewEnum;
|
||||
import org.qinan.safetyeval.domain.constant.ProjectStageEnum;
|
||||
import org.qinan.safetyeval.domain.constant.ReviewDimensionEnum;
|
||||
import org.qinan.safetyeval.domain.entity.EvalInternalReviewEntity;
|
||||
import org.qinan.safetyeval.domain.entity.EvalProjectEntity;
|
||||
|
|
@ -104,7 +105,7 @@ public class EvalInternalReviewExecutor implements EvalInternalReviewApi {
|
|||
entity = evalInternalReviewGateway.save(entity);
|
||||
}
|
||||
if (cmd.getResultCode().equals(EvalReviewEnum.PASSED.getCode())) {
|
||||
projectStageSyncService.onNodeCompleted(projectId, EvalNodeCodes.NODE_06);
|
||||
projectStageSyncService.onNodeCompleted(projectId, ProjectStageEnum.INTERNAL_REVIEW.getNode());
|
||||
}
|
||||
|
||||
// 审核项:根据bizId和bizType先删后增
|
||||
|
|
|
|||
Loading…
Reference in New Issue