|
@@ -60,9 +60,6 @@ public class AccountRequestFundsServiceImpl extends ServiceImpl<AccountRequestFu
|
|
|
@Autowired
|
|
|
private FlowExampleService flowExampleService;
|
|
|
|
|
|
- @Autowired
|
|
|
- private AccountManagementService accountManagementService;
|
|
|
-
|
|
|
/**
|
|
|
* 查询请款列表
|
|
|
*
|
|
@@ -168,11 +165,6 @@ public class AccountRequestFundsServiceImpl extends ServiceImpl<AccountRequestFu
|
|
|
}
|
|
|
|
|
|
DynamicDataSourceContextHolder.poll();
|
|
|
- //赋值流程id
|
|
|
- FlowExample flowExample = flowExampleService.getOne(q -> q.eq(FlowExample::getBusinessId, accountRequestFunds.getId()));
|
|
|
- if (ObjectUtil.isNotEmpty(flowExample)) {
|
|
|
- accountRequestFundsVo.setFlowInfoId(flowExample.getId());
|
|
|
- }
|
|
|
|
|
|
return accountRequestFundsVo;
|
|
|
}
|