diff --git a/admin/controllers/LoginController.php b/admin/controllers/LoginController.php index d72461f..346d33d 100644 --- a/admin/controllers/LoginController.php +++ b/admin/controllers/LoginController.php @@ -33,14 +33,14 @@ class LoginController extends BaseAdminController public function actionTest() { - return UserPatient::find()->all(); - $this->updateDoctor(); - $this->updateUser(); - $this->updateServInfo(); - $this->updatePharmacistInfo(); - $this->updateLeadInfo(); - $this->updateUserPatient(); - $this->updateDoctorPatient(); +// return UserPatient::find()->all(); +// $this->updateDoctor(); +// $this->updateUser(); +// $this->updateServInfo(); +// $this->updatePharmacistInfo(); +// $this->updateLeadInfo(); +// $this->updateUserPatient(); +// $this->updateDoctorPatient(); return ['执行完成']; }