Explorar o código

Merge branch 'master' of http://59.57.98.130:3000/jjhc/reservation_admin

linwu hai 9 meses
pai
achega
1e8677598f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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();
     }
 
 }