This commit is contained in:
dxc
2021-04-15 10:54:15 +08:00
parent 434af75f98
commit 330f04d995

View File

@ -254,7 +254,7 @@ public class ProjectReEvaluationServiceImpl extends BaseServiceImpl<ProjectReEva
approve.setWfSectionName(wfSectionName);
approve.setBusinessType(record.getBidMethodSubDict());
approve.setSubBusinessType(EbpProjectCommonUtil.SUB_BUSINESS_TYPE);
approve.setStartUserType(ProjectCommonUtil.START_USER_TYPE_INTERNAL);
approve.setStartUserType(StringUtils.equals(ProjectCommonUtil.ORGANIZATION_2,record.getBidOrgDict())?ProjectCommonUtil.START_USER_TYPE_INTERNAL:ProjectCommonUtil.START_USER_TYPE_PARTNER);
List<StandardNextParticipantVO> standardNextParticipants = new ArrayList<>();
StandardNextParticipantVO participantVO = new StandardNextParticipantVO();