|
@@ -111,7 +111,6 @@ public class ResourceServerConfigurer extends ResourceServerConfigurerAdapter {
|
|
|
.antMatchers("/console/homePageLevelLimit").permitAll()
|
|
|
.antMatchers("/console/homePageLevelStatistics").permitAll()
|
|
|
.antMatchers("/console/homePageLevelStatisticsXY").permitAll()
|
|
|
- .antMatchers("/console/export/homePageLevelXYExport").permitAll()
|
|
|
.antMatchers("/consoleByDept/homePageLevelStatisticsXYByDept").permitAll()
|
|
|
.antMatchers("/print/export/homePageLevelXYExportByDept").permitAll()
|
|
|
.antMatchers("/consoleByDept/entryCountGroupXYByEntryPageDept").permitAll()
|
|
@@ -153,27 +152,7 @@ public class ResourceServerConfigurer extends ResourceServerConfigurerAdapter {
|
|
|
.antMatchers("/consoleByDept/mrCountByDept").permitAll()
|
|
|
.antMatchers("/consoleByDept/qcResultShortByDeptPage").permitAll()
|
|
|
.antMatchers("/consoleByDept/resultStatisticsByDeptAndDoctorPage").permitAll()
|
|
|
- .antMatchers("/console/export/homePageLevelExport").permitAll()
|
|
|
- .antMatchers("/console/export/entryGroupByEntryExport").permitAll()
|
|
|
- .antMatchers("/console/export/levelExport").permitAll()
|
|
|
.antMatchers("/console/entryStatistics").permitAll()
|
|
|
- .antMatchers("/console/export/levelExport_TZ").permitAll()
|
|
|
- .antMatchers("/console/export/getAverageDayNumExport").permitAll()
|
|
|
- .antMatchers("/console/export/getAverageFeeExport").permitAll()
|
|
|
- .antMatchers("/console/export/levelPercentGroupByDeptExport").permitAll()
|
|
|
- .antMatchers("/console/export/entryCountGroupByEntryExport").permitAll()
|
|
|
- .antMatchers("/console/export/entryCountGroupXYByEntryExport").permitAll()
|
|
|
- .antMatchers("/console/export/entryCountGroupByCaseExport").permitAll()
|
|
|
- .antMatchers("/console/export/entryStatisticsExport").permitAll()
|
|
|
- .antMatchers("/console/export/qcResultShortPageExport").permitAll()
|
|
|
- .antMatchers("/console/export/qcResultShortXYPageExport").permitAll()
|
|
|
- .antMatchers("/console/export/leaveHosMrPageExport").permitAll()
|
|
|
- .antMatchers("/console/export/qcCheckStatisticsExport").permitAll()
|
|
|
- .antMatchers("/console/export/unModifyMRPageExport").permitAll()
|
|
|
- .antMatchers("/console/export/unModifyMRStatisticsExport").permitAll()
|
|
|
- .antMatchers("/console/export/reHos31DaysPageExport").permitAll()
|
|
|
- .antMatchers("/console/export/hmImproveMRPageExport").permitAll()
|
|
|
- .antMatchers("/console/export/qcCheckMRPageExport").permitAll()
|
|
|
.antMatchers("/qc/data/sendDoctorInfos").permitAll()
|
|
|
.antMatchers("/qc/data/sendDeptInfos").permitAll()
|
|
|
.antMatchers("/qc/data/sendRecordTypes").permitAll()
|
|
@@ -202,12 +181,8 @@ public class ResourceServerConfigurer extends ResourceServerConfigurerAdapter {
|
|
|
.antMatchers("/console/medicalCheckForm").permitAll()
|
|
|
.antMatchers("/qc/behospitalInfo/analyzeCds").permitAll()
|
|
|
.antMatchers("/console/medicalCheckTitle").permitAll()
|
|
|
- .antMatchers("/console/export/medicalCheckExport").permitAll()
|
|
|
- .antMatchers("/console/export/medicalCheckInnerExport").permitAll()
|
|
|
.antMatchers("/console/badLevelPage").permitAll()
|
|
|
.antMatchers("/console/badLevelXYPage").permitAll()
|
|
|
- .antMatchers("/console/export/badLevelPagePageExport").permitAll()
|
|
|
- .antMatchers("/console/export/badLevelPageXYExport").permitAll()
|
|
|
.antMatchers("/qc/medNurse/getMedNursePage").permitAll()
|
|
|
.antMatchers("/qc/medRecordOther/getMedRecordOtherPage").permitAll()
|
|
|
.antMatchers("/qc/medRecordOther/getMedRecordContentOther").permitAll()
|
|
@@ -243,7 +218,7 @@ public class ResourceServerConfigurer extends ResourceServerConfigurerAdapter {
|
|
|
.antMatchers("/print/export/medicalCheckExportByDept").permitAll()
|
|
|
.antMatchers("/consoleByDept/medicalCheckTitleKs").permitAll()
|
|
|
.antMatchers("/console/qualityControl").permitAll()
|
|
|
- .antMatchers("/console/export/qualityControlExport").permitAll()
|
|
|
+ .antMatchers("/console/export/**").permitAll()
|
|
|
.antMatchers("/consoleByDept/qualityControlByDept").permitAll()
|
|
|
.antMatchers("/print/export/qualityControlExportByDept").permitAll()
|
|
|
.antMatchers("/qc/behospitalInfo/getMedQualityCoList").permitAll()
|