Commit 36d53961 authored by fangxinjiang's avatar fangxinjiang

B端调优---登录人项目权限接口优化

parent 0c1b971a
......@@ -250,7 +250,7 @@ public class CustomerBusinessContoller {
return new R(tSettleDomainService.getPage(page, vo));
}else{
}*/
return new R(tSettleDomainService.getOwnSettleDomain(page,user.getId().toString(),vo.getDepartName()));
return tSettleDomainService.getOwnSettleDomain(page,user.getId(),vo.getDepartName());
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment