|
|
@@ -65,8 +65,8 @@ public class PreliminaryPreviewHandle extends AbstractProcessBusinessHandle { |
|
|
|
ProjectInst projectInst = projectInstService.getOne(Wrappers.lambdaQuery(ProjectInst.class) |
|
|
|
.eq(ProjectInst::getProjectId, projectId) |
|
|
|
.eq(ProjectInst::getInstType, InstTypeEnum.PRELIMINARY_PREVIEW.getCode()) |
|
|
|
.orderByDesc(ProjectInst::getCreatOn) |
|
|
|
.ne(ProjectInst::getInstCode, TodoCenterConstant.Declared.NULL_INST_CODE) |
|
|
|
.orderByDesc(ProjectInst::getCreatOn) |
|
|
|
.last("limit 1")); |
|
|
|
ProcessProgressVo instanceDetail = null; |
|
|
|
// 未找到当前版本项目的预审审核流程且当前项目版本号大于1(是被驳回重新申报的项目或者建设方案申报的项目) |
|
|
|