1、修改重评发起流程人员类型不正确
This commit is contained in:
@ -433,6 +433,11 @@ public class ProjectCommonUtil {
|
||||
*/
|
||||
public static final String START_USER_TYPE_PARTNER = "partner";
|
||||
|
||||
/**
|
||||
* internal:用户中心人员; partner:合作方人员
|
||||
*/
|
||||
public static final String START_USER_TYPE_INTERNAL = "internal";
|
||||
|
||||
/**
|
||||
* 是否使用客户端工具加解密 0 是
|
||||
*/
|
||||
|
@ -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_PARTNER);
|
||||
approve.setStartUserType(ProjectCommonUtil.START_USER_TYPE_INTERNAL);
|
||||
|
||||
List<StandardNextParticipantVO> standardNextParticipants = new ArrayList<>();
|
||||
StandardNextParticipantVO participantVO = new StandardNextParticipantVO();
|
||||
|
Reference in New Issue
Block a user