|
@@ -332,8 +332,9 @@ public class CommonBtnController extends BaseController {
|
|
if (commonEntity.getCommMap().get("process_key") == null) {
|
|
if (commonEntity.getCommMap().get("process_key") == null) {
|
|
commonEntity.getCommMap().put("process_key", dragTableBtn.getBtnProcessKey());
|
|
commonEntity.getCommMap().put("process_key", dragTableBtn.getBtnProcessKey());
|
|
}
|
|
}
|
|
|
|
+ CommonEntity common1 = JSON.parseObject(JSON.toJSONString(commonEntity), CommonEntity.class);
|
|
// 调用发起流程接口
|
|
// 调用发起流程接口
|
|
- ipreExecutionToolClass.ReadyToExecute(commonEntity);
|
|
|
|
|
|
+ ipreExecutionToolClass.ReadyToExecute(common1);
|
|
} else {
|
|
} else {
|
|
// 执行当前按钮绑定的流程-》暂无直接执行流程
|
|
// 执行当前按钮绑定的流程-》暂无直接执行流程
|
|
}
|
|
}
|