Commit 1f677b3e by 王炜晨

尝试增加工作流条件

parent 226fa40e
......@@ -423,12 +423,22 @@ public class WorkflowGenerator {
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);
array.put(isTemporary);
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