Commit 7f4768cd authored by 刘凡's avatar 刘凡

优化:移装变更登记bug

parent 279b33e8
......@@ -311,8 +311,8 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
//发起流程
if ("1".equals(submitType)) {
String instanceId = "";
if (tableData.containsKey("instanceId") && !ValidationUtil.isEmpty(tableData.get("instanceId"))) {
instanceId = tableData.get("instanceId").toString();
if (!ValidationUtil.isEmpty(map.get("instanceId").toString())) {
instanceId = map.get("instanceId").toString();
this.flowExecute(oldTransfer.getSequenceNbr(), instanceId, "0", "");
} else {
// 如果是新启动的流程开启自动访问
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment