Commit 02d9a15b authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 7889ff38
......@@ -7960,7 +7960,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
condition.setAlertId(user.getId());
}
}
if (isProjectManager){
if (isProjectManager && !isSsc){
R<TSettleDomainListVo> sdRes = archivesDaprUtil.getSettleDomainIdsByUserId(user.getId());
if (Common.isNotNull(sdRes)){
condition.setSettleDomainIds(sdRes.getData().getDeptNos());
......
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