瀏覽代碼

修改协议

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按优先级排序获取协议规则
         //通过公司id按优先级排序获取协议规则
         List<PtlTaxSourceNew> prioritySortList = baseMapper.selectList(new LambdaQueryWrapper<PtlTaxSourceNew>()
         List<PtlTaxSourceNew> prioritySortList = baseMapper.selectList(new LambdaQueryWrapper<PtlTaxSourceNew>()
                 .eq(PtlTaxSourceNew::getInsCompanyId,companyId)
                 .eq(PtlTaxSourceNew::getInsCompanyId,companyId)
-                .eq(PtlTaxSourceNew::getDefaultFlag,"0")
                 .orderByAsc(PtlTaxSourceNew::getPriority));
                 .orderByAsc(PtlTaxSourceNew::getPriority));
         boolean isExclude = true;
         boolean isExclude = true;
         //排除的部门信息
         //排除的部门信息