rev:修改流程服务配置

This commit is contained in:
zhangzq
2024-06-19 10:59:46 +08:00
parent a996c9281f
commit e27627d7ad

View File

@@ -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){