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