Commit 1d3c6f8e authored by tianbo's avatar tianbo

修改方法参数注释

parent bfc89eea
...@@ -99,7 +99,7 @@ public interface ICommonService { ...@@ -99,7 +99,7 @@ public interface ICommonService {
/** /**
* 撤回时校验 * 撤回时校验
* @param taskId 任务id * @param taskId 前端业务上送任务id
* @param instanceId 实例id * @param instanceId 实例id
*/ */
void checkForRevocationFlow(String taskId, String instanceId); void checkForRevocationFlow(String taskId, String instanceId);
......
...@@ -1523,11 +1523,6 @@ public class CommonServiceImpl implements ICommonService { ...@@ -1523,11 +1523,6 @@ public class CommonServiceImpl implements ICommonService {
redissonClient.getBucket(CommonServiceImpl.buildJgInstanceDataKey(instanceId)).set(instanceData); redissonClient.getBucket(CommonServiceImpl.buildJgInstanceDataKey(instanceId)).set(instanceData);
} }
/**
*
* @param taskId 前端业务上送任务id
* @param instanceId 实例id
*/
@Override @Override
public void checkForRevocationFlow(String taskId, String instanceId) { public void checkForRevocationFlow(String taskId, String instanceId) {
InstanceRuntimeData instanceRuntimeData = getInstanceRuntimeData(instanceId); InstanceRuntimeData instanceRuntimeData = getInstanceRuntimeData(instanceId);
......
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