Commit b703a6af authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent c7e0a529
......@@ -7962,6 +7962,10 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
R<TSettleDomainListVo> sdRes = archivesDaprUtil.getSettleDomainIdsByUserId(user.getId());
if (Common.isNotNull(sdRes)){
condition.setSettleDomainIds(sdRes.getData().getDeptNos());
}else{
List<String> nos = new ArrayList<>();
nos.add("11");
condition.setSettleDomainIds(nos);
}
}
// List<TInsuranceAreaRes> areaRes = insuranceAreaResMapper.selectList(Wrappers.<TInsuranceAreaRes>query().lambda()
......
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