|
@@ -315,6 +315,7 @@ public class TBSopInfoServiceImpl extends ServiceImpl<TBSopInfoMapper, TBSopInfo
|
|
|
* @param crmProjectResult
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
+ @Override
|
|
|
public SopPublishParam setSetupOne(SopPublishParam sopPublishParam, TFCustomFlow tfCustomFlow,
|
|
|
CrmProjectResult crmProjectResult) throws Exception {
|
|
|
Map<String, Object> propertiesMap = activitiService.formPropertiesGet(sopPublishParam.getFlowDeploymentId(),
|
|
@@ -1401,6 +1402,7 @@ public class TBSopInfoServiceImpl extends ServiceImpl<TBSopInfoMapper, TBSopInfo
|
|
|
* @param flowTaskResult
|
|
|
* @return
|
|
|
*/
|
|
|
+ @Override
|
|
|
public ServiceScopeEnum findServiceScope(TFCustomTypeEnum type, FlowTaskResult flowTaskResult) {
|
|
|
ServiceScopeEnum scopeEnum = null;
|
|
|
if (type == TFCustomTypeEnum.OFFICE_SOP_FLOW) {//教务处sop流程待审核人
|