Преглед на файлове

修改附件关联对象

闫腾 преди 2 години
родител
ревизия
d7c3218472
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Admin.NET/Admin.NET.Core/Service/File/SysFileService.cs

+ 1 - 1
Admin.NET/Admin.NET.Core/Service/File/SysFileService.cs

@@ -497,7 +497,7 @@ public class SysFileService : IDynamicApiController, ITransient
     /// <param name="belongId"></param>
     /// <returns></returns>  
     [NonAction]
-    public async Task<int> UpdateFileObject(List<long> ids, string relationName, long relationId, long belongId = 0)
+    public async Task<int> UpdateRelation(List<long> ids, string relationName, long relationId, long belongId = 0)
     {
         if (ids == null || ids.Count == 0)
             return 0;