rev:修改流程服务配置
This commit is contained in:
@@ -24,6 +24,7 @@ public class ServerTaskConverter extends BaseNodeConverter {
|
|||||||
form.setType(node.getString("type"));
|
form.setType(node.getString("type"));
|
||||||
form.setCategory(properties.getString("category"));
|
form.setCategory(properties.getString("category"));
|
||||||
form.setForm_type(properties.getString("form_type"));
|
form.setForm_type(properties.getString("form_type"));
|
||||||
|
form.setAuxParam(properties.getJSONObject("auxParam"));
|
||||||
JSONObject carry = model.getAuxParam();
|
JSONObject carry = model.getAuxParam();
|
||||||
if (carry!=null){
|
if (carry!=null){
|
||||||
if (form.getAuxParam()!=null){
|
if (form.getAuxParam()!=null){
|
||||||
|
|||||||
Reference in New Issue
Block a user