|
|
@@ -339,6 +339,10 @@ public class TaxSourceServiceImpl extends ServiceImpl<TaxSourceMapper, TaxSource
|
|
|
baseMapper.selectList(new LambdaQueryWrapper<TaxSourceDto>().eq(TaxSourceDto::getInsCompanyId,
|
|
|
companyId));
|
|
|
|
|
|
+ if(taxSourceDtoList.isEmpty()){
|
|
|
+ return resultId;
|
|
|
+ }
|
|
|
+
|
|
|
List<TaxSourceDto> taxSource =
|
|
|
taxSourceDtoList.stream().filter(x -> x.getLicense().equals(firstTwoPlates)).collect(Collectors.toList());
|
|
|
if (!taxSource.isEmpty()) {
|