提交 dea8b8e7 authored 作者: huyufan's avatar huyufan

资金相关

上级 5b16e3b3
...@@ -74,15 +74,11 @@ public class OwnerAccountServiceImpl implements OwnerAccountService { ...@@ -74,15 +74,11 @@ public class OwnerAccountServiceImpl implements OwnerAccountService {
@Override @Override
public IPage<OwnerAccountRunningWaterRecordVO> marginAccountPageList(PagePlatformMarginAccountParam param) { public IPage<OwnerAccountRunningWaterRecordVO> marginAccountPageList(PagePlatformMarginAccountParam param) {
UserSessionData loginUserInfo = TokenUtil.getLoginUserInfo();
param.setOwnerUserNo(loginUserInfo.getUserNo());
return ownerRunningWaterRecordDao.marginAccountPageList(param); return ownerRunningWaterRecordDao.marginAccountPageList(param);
} }
@Override @Override
public IPage<OwnerAccountRunningWaterRecordVO> prepaidFreightAccountPageList(PagePlatformPrepaidFreightAccountParam param) { public IPage<OwnerAccountRunningWaterRecordVO> prepaidFreightAccountPageList(PagePlatformPrepaidFreightAccountParam param) {
UserSessionData loginUserInfo = TokenUtil.getLoginUserInfo();
param.setOwnerUserNo(loginUserInfo.getUserNo());
return ownerRunningWaterRecordDao.prepaidFreightAccountPageList(param); return ownerRunningWaterRecordDao.prepaidFreightAccountPageList(param);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论