rev:修改流程服务配置
This commit is contained in:
@@ -26,9 +26,11 @@ public class ServerTaskConverter extends BaseNodeConverter {
|
||||
form.setForm_type(properties.getString("form_type"));
|
||||
JSONObject carry = model.getAuxParam();
|
||||
if (carry!=null){
|
||||
form.setAuxParam(carry);
|
||||
}else {
|
||||
form.setAuxParam(properties.getJSONObject("auxParam"));
|
||||
if (form.getAuxParam()!=null){
|
||||
form.getAuxParam().putAll(carry);
|
||||
}else {
|
||||
form.setAuxParam(carry);
|
||||
}
|
||||
}
|
||||
form.setName(properties.getString("name"));
|
||||
form.setDocumentation(properties.getString("documentation"));
|
||||
|
||||
Reference in New Issue
Block a user