Commit bbf0aa90 authored by LiuLin's avatar LiuLin

fix(JG):改造告知,设备移交代码提交

parent 64b48d7d
......@@ -410,12 +410,12 @@ public class JgEquipTransferServiceImpl extends BaseService<JgEquipTransferDto,
baseMapper.updateById(equipTransfer);
commonService.rollbackTask(equipTransfer.getInstanceId(), new JSONObject(MapBuilder.<String, Object>create()
.put("nextTaskId", equipTransfer.getNextTaskId())
//.put("nextTaskId", equipTransfer.getNextTaskId())
.put("nextExecuteUser", equipTransfer.getNextExecuteIds())
.put("taskType", BusinessTypeEnum.JG_EQUIPMENT_HANDOVER.getCode())
.put("flowStatus", FlowStatusEnum.ROLLBACK.getCode())
.put("flowStatusLabel", FlowStatusEnum.ROLLBACK.getName())
.put("pageType", "edit")
//.put("pageType", "edit")
.build()));
}
}
......
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