wks 1 سال پیش
والد
کامیت
fb6e39fd10
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/main/java/com/ydtech/modules/protocol/service/impl/PtlTaxSourceServiceImpl.java

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

@@ -530,7 +530,6 @@ 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;
         //排除的部门信息