Commit 574b9165 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent fb7d9967
......@@ -7964,6 +7964,11 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
R<TSettleDomainListVo> sdRes = archivesDaprUtil.getSettleDomainIdsByUserId(user.getId());
if (Common.isNotNull(sdRes)){
condition.setSettleDomainIds(sdRes.getData().getDeptNos());
if (Common.isEmpty(sdRes.getData().getDeptNos())){
List<String> nos = new ArrayList<>();
nos.add("11");
condition.setSettleDomainIds(nos);
}
}else{
List<String> nos = new ArrayList<>();
nos.add("11");
......
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