Преглед на файлове

提交协议调度匹配

hxl13994548489 преди 1 година
родител
ревизия
10c3774468
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/main/java/com/ydtech/modules/protocol/service/impl/PtlTaxSourceServiceImpl.java

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

@@ -530,6 +530,7 @@ public class PtlTaxSourceServiceImpl extends ServiceImpl<PtlTaxSourceNewMapper,
         //通过公司id按优先级排序获取协议规则
         List<PtlTaxSourceNew> prioritySortList = baseMapper.selectList(new LambdaQueryWrapper<PtlTaxSourceNew>()
                 .eq(PtlTaxSourceNew::getInsCompanyId,companyId)
+                .eq(PtlTaxSourceNew::getDefaultFlag,"0")
                 .orderByAsc(PtlTaxSourceNew::getPriority));
         boolean isExclude = true;
         //排除的部门信息