浏览代码

feat: 放号设置保留号源和预约记录

jiangzixin 1 年之前
父节点
当前提交
76f8bc2dc9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/admin/controller/Appointment.php

+ 2 - 2
app/admin/controller/Appointment.php

@@ -101,8 +101,8 @@ class Appointment extends Permissions
         }
 
         //删除该专家所有号源和记录
-        (new \app\common\model\AppointmentTicket())->where($where)->delete();
-        (new \app\common\model\AppointmentApplication())->where($where)->delete();
+//        (new \app\common\model\AppointmentTicket())->where($where)->delete();
+//        (new \app\common\model\AppointmentApplication())->where($where)->delete();
     }
 
 }