Commit 1f677b3e by 王炜晨

尝试增加工作流条件

parent 226fa40e
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment