소스 검색

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

linwu 9 달 전
부모
커밋
1e8677598f
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();
     }
 
 }