瀏覽代碼

修改税源问题

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 {
                 //查找配置的默认项
                 String substring = license.substring(0, 2);
-
                 TaxSourceDto taxSourceDefaultDto = baseMapper.selectOne(new LambdaQueryWrapper<TaxSourceDto>()
                         .eq(TaxSourceDto::getInsCompanyId, companyId)
                         .eq(TaxSourceDto::getLicense, substring));