李昊 4 年之前
父節點
當前提交
0cd12148cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gx_api/GxPress/Api/GxPress.Api/AdminControllers/AdminSystemLabelController.cs

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

@@ -29,7 +29,7 @@ namespace GxPress.Api.AdminControllers
         [HttpPut]
         public async Task<bool> UpdateAsync(SystemLabelUpRequest request)
         {
-            return await _repository.UpdateAsync(note);
+            return await _repository.UpdateAsync(request);
         }
         [HttpGet]
         public async Task<IEnumerable<Entity.SystemLabel.SystemLabel>> GetAllAsync()