فهرست منبع

修改结算单导出逻辑

songyh 3 سال پیش
والد
کامیت
219ba00189
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

+ 2 - 1
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

@@ -215,9 +215,10 @@ public class ShiroConfig {
         filterChainDefinitionMap.put("/explores/**", "anon");
         filterChainDefinitionMap.put("/estimatePeopleNumber/**", "anon");
 
-//        filterChainDefinitionMap.put("/exportReportController/**", "anon");
+        filterChainDefinitionMap.put("/exportReportController/**", "anon");
         //filterChainDefinitionMap.put("/settLementController/**", "anon");
 //        filterChainDefinitionMap.put("/settLementFileController/**", "anon");
+
         filterChainDefinitionMap.put("/ctop/projectMember/**", "anon");
         filterChainDefinitionMap.put("/agent/**", "anon");
         filterChainDefinitionMap.put("/materialUse/**", "anon");