소스 검색

修改税源问题

wks 2 년 전
부모
커밋
503778a3f0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/java/com/ydtech/modules/protocol/service/impl/TaxSourceServiceImpl.java

+ 0 - 1
src/main/java/com/ydtech/modules/protocol/service/impl/TaxSourceServiceImpl.java

@@ -350,7 +350,6 @@ public class TaxSourceServiceImpl extends ServiceImpl<TaxSourceMapper,TaxSourceD
             } else {
             } else {
                 //查找配置的默认项
                 //查找配置的默认项
                 String substring = license.substring(0, 2);
                 String substring = license.substring(0, 2);
-
                 TaxSourceDto taxSourceDefaultDto = baseMapper.selectOne(new LambdaQueryWrapper<TaxSourceDto>()
                 TaxSourceDto taxSourceDefaultDto = baseMapper.selectOne(new LambdaQueryWrapper<TaxSourceDto>()
                         .eq(TaxSourceDto::getInsCompanyId, companyId)
                         .eq(TaxSourceDto::getInsCompanyId, companyId)
                         .eq(TaxSourceDto::getLicense, substring));
                         .eq(TaxSourceDto::getLicense, substring));