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

修改bug

上级 88da17fb
...@@ -114,6 +114,8 @@ public class OwnerAccountServiceImpl implements OwnerAccountService { ...@@ -114,6 +114,8 @@ public class OwnerAccountServiceImpl implements OwnerAccountService {
@Override @Override
public IPage<OwnerAccountRunningWaterRecordVO> prepaidFreightOwnerAccountPageList(PageAppPrepaidFreightAccountParam param) { public IPage<OwnerAccountRunningWaterRecordVO> prepaidFreightOwnerAccountPageList(PageAppPrepaidFreightAccountParam param) {
UserSessionData loginUserInfo = TokenUtil.getLoginUserInfo();
param.setUserNo(loginUserInfo.getUserNo());
return ownerRunningWaterRecordDao.prepaidFreightOwnerAccountPageList(param); return ownerRunningWaterRecordDao.prepaidFreightOwnerAccountPageList(param);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论