Przeglądaj źródła

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

linwu 9 miesięcy temu
rodzic
commit
1e8677598f
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();
     }
 
 }