|
|
@ -716,6 +716,9 @@ public class FlowableService extends MybatisBaseService<FlowableMapper, Flowable |
|
|
|
Map<String, Object> flowMap = f.getProcessVariables(); |
|
|
|
f.setBusinessSid(flowMap.get("businessSid").toString()); |
|
|
|
Map<String, Object> appMap = ConstantUtils.getMap(flowMap, "app"); |
|
|
|
if("process_161otrwo:2:5642504".equals(proDefId)){ |
|
|
|
appMap.put("type",2); |
|
|
|
} |
|
|
|
String json = JSONObject.toJSONString(appMap); |
|
|
|
AppVo appVo = new AppVo(); |
|
|
|
appVo.setJson(json); |
|
|
|