浏览代码

fixed:清理代码

刘学玺 4 月之前
父节点
当前提交
5db92d14ca
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Services/Client/OrderService.php

+ 0 - 1
app/Services/Client/OrderService.php

@@ -124,7 +124,6 @@ class OrderService
      */
     public function createOrder(int $userId, array $data): array
     {
-        // TODO:检测技师可服务时间段
         return DB::transaction(function () use ($userId, $data) {
             // 1. 参数校验
             $user = MemberUser::where('id', $userId)