| | |
| | | private final NodeDeptQueryService nodeDeptQueryService; |
| | | private final FlowCommonService flowCommonService; |
| | | private final OssTemplate ossTemplate; |
| | | public static final String NODE_ID = "nodeId"; |
| | | |
| | | |
| | | /** |
| | |
| | | vars.put(FlowContants.PROGRAM_PACKAGE_NAME,programPackage.getName()); |
| | | |
| | | vars.put(FlowContants.PRODUCT_MODEL,programPackage.getProductModel()); |
| | | vars.put(NODE_ID, startVO.getNodeId()); |
| | | vars.put(FlowContants.NODE_ID, startVO.getNodeId()); |
| | | |
| | | vars.put("comment", startVO.getComment()); |
| | | identityService.setAuthenticatedUserId(String.valueOf(AuthUtil.getUserId()));//设置流程发起人 |