Przeglądaj źródła

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

jiangzixin 1 rok temu
rodzic
commit
76f8bc2dc9
1 zmienionych plików z 2 dodań i 2 usunięć
  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();
     }
 
 }