浏览代码

甄别申请

田爽 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}", "工单开启甄别流程失败");
         }
     }