tangjiang 1 ماه پیش
والد
کامیت
6e3b1761c9
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/Hotline.Api/Controllers/TelRestController.cs

+ 6 - 0
src/Hotline.Api/Controllers/TelRestController.cs

@@ -98,7 +98,13 @@ namespace Hotline.Api.Controllers
             };
             var id = await _telRestApplyRepository.AddAsync(telRestApply, HttpContext.RequestAborted);
             if (!string.IsNullOrEmpty(id))
+            {
+                //查询小休审批人
+
+                //给审批人发送提醒
+
                 return "小休申请成功!";
+            }
             else
                 return "小休申请失败!";