瀏覽代碼

fix(修复冲突):

huangzqa 4 年之前
父節點
當前提交
3ea34b5323

+ 0 - 1
dcuc-auth-service/src/main/java/com/dragoninfo/dcuc/auth/auth/service/IServiceAuthResultService.java

@@ -117,7 +117,6 @@ public interface IServiceAuthResultService {
     void sendPermssionServiceUpdate(String serviceCode, String type);
 
     void setAuthtionResultToRedis(String appCode, List<ServiceAuthenticationResVO> serviceCodes);
-     void sendPermssionServiceUpdate(String serviceCode,String type);
 
     ServiceAuthResultDTO getDetailByAppAndService(String appCode, String serviceCode);
 }