From e6df738961165f3f5c861dde0694fdbb57a8b551 Mon Sep 17 00:00:00 2001 From: liqi Date: Wed, 15 Jan 2025 13:22:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E5=8A=A0=E5=AF=86=E7=9B=B8=E5=85=B3=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/controllers/LoginController.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 ['执行完成']; }