|
@@ -122,8 +122,6 @@ public class AccountRequestFundsServiceImpl extends ServiceImpl<AccountRequestFu
|
|
|
AccountRequestFundsVo accountRequestFundsVo = BeanUtil.toBean(accountRequestFunds, AccountRequestFundsVo.class);
|
|
|
|
|
|
// 获取到请款明细信息
|
|
|
-// List<AccountRequestFundsDetail> accountRequestFundsDetailList = accountRequestFundsDetailService.list(q -> q
|
|
|
-// .eq(AccountRequestFundsDetail::getAccountRequestFundsId, accountRequestFunds.getId()));
|
|
|
List<AccountRequestFundsDetailVo> accountRequestFundsDetailVos =
|
|
|
accountRequestFundsDetailService.listByAccountRequestFundsId(accountRequestFunds.getId());
|
|
|
|
|
@@ -144,10 +142,6 @@ public class AccountRequestFundsServiceImpl extends ServiceImpl<AccountRequestFu
|
|
|
throw new ServiceException("没有找到归属部门信息");
|
|
|
}
|
|
|
accountRequestFundsVo.setDeptName(sysDept.getDeptName());
|
|
|
- DynamicDataSourceContextHolder.poll();
|
|
|
-
|
|
|
- // 切换数据源
|
|
|
- DynamicDataSourceContextHolder.push(SourceConstant.BASE);
|
|
|
// 赋值流程实例id
|
|
|
FlowExample flowExample = flowExampleService.getOne(q -> q.eq(FlowExample::getBusinessId, accountRequestFunds.getId()));
|
|
|
if (ObjectUtil.isNotEmpty(flowExample)) {
|