|
@@ -168,11 +168,6 @@ public class AccountRequestFundsServiceImpl extends ServiceImpl<AccountRequestFu
|
|
}
|
|
}
|
|
|
|
|
|
DynamicDataSourceContextHolder.poll();
|
|
DynamicDataSourceContextHolder.poll();
|
|
- //赋值流程id
|
|
|
|
- FlowExample flowExample = flowExampleService.getOne(q -> q.eq(FlowExample::getBusinessId, accountRequestFunds.getId()));
|
|
|
|
- if (ObjectUtil.isNotEmpty(flowExample)) {
|
|
|
|
- accountRequestFundsVo.setFlowInfoId(flowExample.getId());
|
|
|
|
- }
|
|
|
|
|
|
|
|
return accountRequestFundsVo;
|
|
return accountRequestFundsVo;
|
|
}
|
|
}
|