李昊 4 년 전
부모
커밋
f4f0c744e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gx_api/GxPress/Api/GxPress.Api/AdminControllers/AdminAppChannelController.cs

+ 1 - 1
gx_api/GxPress/Api/GxPress.Api/AdminControllers/AdminAppChannelController.cs

@@ -47,7 +47,7 @@ namespace GxPress.Api.AdminControllers
         [HttpGet("channel/list/{channelTypeValye}")]
         public async Task<IEnumerable<AppChannelResult>> GetAllAsync(int channelTypeValye)
         {
-            return await appChannelRepository.GetAllAsync((AppChannelConst)channelTypeValye);
+            return await appChannelService.GetAllAsync((AppChannelConst)channelTypeValye);
         }
         /// <summary>
         /// 删除导航