update 调整变量参数
This commit is contained in:
parent
bb33a29fb3
commit
ab8cd10983
@ -21,7 +21,7 @@ public interface FlowConstant {
|
||||
/**
|
||||
* 业务id
|
||||
*/
|
||||
String BUSINESS_KEY = "businessId";
|
||||
String BUSINESS_ID = "businessId";
|
||||
|
||||
/**
|
||||
* 任务id
|
||||
|
@ -94,7 +94,7 @@ public class FlwTaskServiceImpl implements IFlwTaskService {
|
||||
// 流程发起人
|
||||
variables.put(INITIATOR, LoginHelper.getUserIdStr());
|
||||
// 业务id
|
||||
variables.put(BUSINESS_KEY, businessId);
|
||||
variables.put(BUSINESS_ID, businessId);
|
||||
FlowInstance flowInstance = flowInstanceMapper.selectOne(new LambdaQueryWrapper<>(FlowInstance.class)
|
||||
.eq(FlowInstance::getBusinessId, businessId));
|
||||
if (ObjectUtil.isNotNull(flowInstance)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user