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