Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
java_seaskyflowportal
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
班迪
java_seaskyflowportal
Merge requests
!109
Feature/chenmin
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/chenmin
feature/chenmin
into
develop
Overview
0
Commits
10
Pipelines
1
Changes
50
Merged
chenmin
requested to merge
feature/chenmin
into
develop
1 year ago
Overview
0
Commits
10
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
b7dec3d1
Prev
Next
Show latest version
2 files
+
48
−
0
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
b7dec3d1
部门扩展属性配置修改
· b7dec3d1
chenmin
authored
1 year ago
Document/Activiti流程图配置/获取审核人配置.md
+
30
−
0
Options
@@ -289,6 +289,36 @@ variableName多加一个List,assigneeStruct多加一对中括号并用&连接
## 取部门编号orgCode的部门扩展属性num
### 字段
| 名称 | 值 | 类型 |
| --------------- | ------------------------------------------------------------ | ------ |
| interfaceUrl | http://192.168.2.92:8102/InnerInterface/Employee/GetPersonOrganizeByCode | 字符串 |
| variableName | oEnum_Assignee | 字符串 |
| requestData | { "systemID": "59926ecb-55c3-43ad-bf81-580d7cf405cc", "secret":"ZGZjMTQ0NDMxZjkzM2FiZGYyZDUyNTM0Njk4ODBjYzQ=", "orgCode":"orgCode", "extendTag":num } | 表达式 |
| assigneeStruct | data.extItemList.extendValue | 字符串 |
| requestType | external | 字符串 |
| allowNoAssignee | false/true | 字符串 |
## 取申请人所在部门的部门扩展属性num
### 字段
| 名称 | 值 | 类型 |
| --------------- | ------------------------------------------------------------ | ------ |
| interfaceUrl | http://192.168.2.92:8102/InnerInterface/Employee/GetPersonOrganizeByCode | 字符串 |
| variableName | oEnum_Assignee | 字符串 |
| requestData | { "systemID": "59926ecb-55c3-43ad-bf81-580d7cf405cc", "secret":"ZGZjMTQ0NDMxZjkzM2FiZGYyZDUyNTM0Njk4ODBjYzQ=", "orgCode":"${model.organizationCode}", "extendTag":num } | 表达式 |
| assigneeStruct | data.extItemList.extendValue | 字符串 |
| requestType | external | 字符串 |
| allowNoAssignee | false/true | 字符串 |
## 取部门编号orgCode的部门第一负责人
### 字段