更新数据库加密相关操作

This commit is contained in:
2025-01-15 13:22:10 +08:00
parent 02f5e4ee89
commit e6df738961

View File

@@ -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 ['执行完成'];
}