tangjiang 1 tháng trước cách đây
mục cha
commit
6e3b1761c9
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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 "小休申请失败!";