hxl13994548489 1 год назад
Родитель
Сommit
414622498c

+ 2 - 0
consoleStatistics/src/main/java/com/jzg/console/service/impl/ReportSearchConfigurationServiceImpl.java

@@ -70,6 +70,8 @@ public class ReportSearchConfigurationServiceImpl extends ServiceImpl<ReportSear
                 //保险公司添加
                 if("select-single".equals(reportSearchConfigurationDto.getInputType()) && reportSearchConfigurationDto.getKey().equals(SearchKeyCodeEnum.SEARCHKEY_COMPANYID.getCode())){
                     reportSearchConfigurationDto.setIsFirst(true);
+                    reportSearchConfigurationDto.setDefaultValue("0");
+                    reportSearchConfigurationDto.setSelectValue("全部");
                 }
             }
         }