소스 검색

甄别申请

田爽 1 년 전
부모
커밋
9b26be9d63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Hotline.Api/Controllers/OrderController.cs

+ 1 - 1
src/Hotline.Api/Controllers/OrderController.cs

@@ -739,7 +739,7 @@ public class OrderController : BaseController
         }
         catch (Exception e)
         {
-            await Remove(id);
+            await _orderScreenRepository.RemoveAsync(id);
             throw new UserFriendlyException($"工单开启甄别流程失败!, {e.Message}", "工单开启甄别流程失败");
         }
     }