Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
cloud-fb
Commits
1f677b3e
Commit
1f677b3e
authored
May 24, 2021
by
王炜晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
尝试增加工作流条件
parent
226fa40e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
WorkflowGenerator.java
...java/com/beecode/inz/workflow/util/WorkflowGenerator.java
+10
-0
No files found.
backend/inz.workflow/src/main/java/com/beecode/inz/workflow/util/WorkflowGenerator.java
View file @
1f677b3e
...
...
@@ -422,6 +422,14 @@ public class WorkflowGenerator {
JSONObject
equipCount
=
new
JSONObject
();
equipCount
.
put
(
"name"
,
"equipCount"
);
equipCount
.
put
(
"type"
,
"int"
);
JSONObject
regionalCompanyCode
=
new
JSONObject
();
regionalCompanyCode
.
put
(
"name"
,
"regionalCompanyCode"
);
regionalCompanyCode
.
put
(
"type"
,
"string"
);
JSONObject
regionalCompanyName
=
new
JSONObject
();
regionalCompanyName
.
put
(
"name"
,
"regionalCompanyName"
);
regionalCompanyName
.
put
(
"type"
,
"string"
);
array
.
put
(
result
);
array
.
put
(
isSpecial
);
...
...
@@ -429,6 +437,8 @@ public class WorkflowGenerator {
array
.
put
(
value
);
array
.
put
(
totalValue
);
array
.
put
(
equipCount
);
array
.
put
(
regionalCompanyCode
);
array
.
put
(
regionalCompanyName
);
return
array
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment