|
@@ -118,7 +118,6 @@ public class AuthApplyBusiness implements IAuthApplyBusiness {
|
|
}
|
|
}
|
|
List<AppFunAuthResourceDTO> list = fillResourceInfo(resourceInfos, delResourceInfos, userInfo);
|
|
List<AppFunAuthResourceDTO> list = fillResourceInfo(resourceInfos, delResourceInfos, userInfo);
|
|
|
|
|
|
- workFlowDTO.setUserId(userInfo.getId());
|
|
|
|
String applyType = AuthApplyTypeEnum.APP_FUN_AUTH.getValue();
|
|
String applyType = AuthApplyTypeEnum.APP_FUN_AUTH.getValue();
|
|
String operateType = workFlowDTO.getOperateType();
|
|
String operateType = workFlowDTO.getOperateType();
|
|
if(AuthFlowOpeCons.SAVE.equals(operateType)) {
|
|
if(AuthFlowOpeCons.SAVE.equals(operateType)) {
|
|
@@ -712,7 +711,6 @@ public class AuthApplyBusiness implements IAuthApplyBusiness {
|
|
AppFunAuthApplyDTO appFunAuthApplyDTO = new AppFunAuthApplyDTO();
|
|
AppFunAuthApplyDTO appFunAuthApplyDTO = new AppFunAuthApplyDTO();
|
|
WorkFlowDTO workFlowDTO = new WorkFlowDTO();
|
|
WorkFlowDTO workFlowDTO = new WorkFlowDTO();
|
|
BeanUtils.copyProperties(workFlow, workFlowDTO);
|
|
BeanUtils.copyProperties(workFlow, workFlowDTO);
|
|
- workFlowDTO.setUserId(userInfo.getId());
|
|
|
|
appFunAuthApplyDTO.setWorkFlow(workFlowDTO);
|
|
appFunAuthApplyDTO.setWorkFlow(workFlowDTO);
|
|
appFunAuthApplyDTO.setResourceInfos(updateList);
|
|
appFunAuthApplyDTO.setResourceInfos(updateList);
|
|
String url = authConfig.getApprovalCenterUrl();
|
|
String url = authConfig.getApprovalCenterUrl();
|