From 3ca5acd1cdd2abc3db64dcbe396d0d19fedd0819 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期一, 18 八月 2025 10:27:26 +0800 Subject: [PATCH] 维修时长 故障时长修改 --- lxzn-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/lxzn-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java b/lxzn-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java index 5aeb5ce..002235d 100644 --- a/lxzn-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java +++ b/lxzn-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java @@ -137,6 +137,14 @@ filterChainDefinitionMap.put("/jmreport/**", "anon"); filterChainDefinitionMap.put("/**/*.js.map", "anon"); filterChainDefinitionMap.put("/**/*.css.map", "anon"); + //璁惧鐐规鎵撳嵃鎺ュ彛鎺掗櫎 + filterChainDefinitionMap.put("/eam/eamInspectionOrder/exportInsOrderBaseInfo", "anon"); + filterChainDefinitionMap.put("/eam/eamInspectionOrder/exportInsOrderDetailList", "anon"); + filterChainDefinitionMap.put("/eam/eamInspectionOrder/exportInsOrderDetailUserList", "anon"); + filterChainDefinitionMap.put("/eam/eamInspectionOrder/exportWeekInsDetailList", "anon"); + filterChainDefinitionMap.put("/eam/eamInspectionOrder/exportWeekInsOrderDetailUserList", "anon"); + //璁惧涓変繚瀵煎嚭鎺ュ彛鎺掗櫎 + filterChainDefinitionMap.put("/eam/thirdMaintenanceOrder/exportThirdMaintenanceOrderBaseInfo", "anon"); //璁惧瀹屽ソ鐜囨姤琛ㄦ帓闄� filterChainDefinitionMap.put("/eam/repairOrder/equipmentAvailability", "anon"); //鐢熶骇鏁呴殰闂撮殧鏃堕棿鎶ヨ〃鎺掗櫎 @@ -144,6 +152,7 @@ filterChainDefinitionMap.put("/eam/faultIntervalTime/**","anon"); //璁惧鍙紑鍔ㄧ巼鎶ヨ〃鎺掗櫎 filterChainDefinitionMap.put("/eam/repairOrder/getStartRate", "anon"); + filterChainDefinitionMap.put("/eam/faultIntervalTime/get2MTBF", "anon"); //澶у睆妯℃澘渚嬪瓙 filterChainDefinitionMap.put("/test/bigScreen/**", "anon"); filterChainDefinitionMap.put("/bigscreen/template1/**", "anon"); -- Gitblit v1.9.3