yuanrf 4 일 전
부모
커밋
0ef28a6c70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -26602,7 +26602,7 @@ ORDER BY
         /// <param name="Dto"></param>
         /// <returns></returns>
         [HttpPost]
-        public async Task<IActionResult> ConferenceAffairsDelete(ConferenceAffairsDeleteSingleDto Dto)
+        public async Task<IActionResult> ConferenceAffairSinglesDelete(ConferenceAffairsDeleteSingleDto Dto)
         {
            var count = _sqlSugar.Updateable<Grp_ConferenceAffairsCostChild>()
                        .Where(x => Dto.ids.Contains(x.Id) && x.IsDel == 0)