更新数据库加密相关操作

This commit is contained in:
2025-01-15 13:17:17 +08:00
parent 262ecc4f5e
commit ebe2647b78

View File

@@ -33,7 +33,7 @@ class LoginController extends BaseAdminController
public function actionTest()
{
return UserPatient::find()->all();
// return UserPatient::find()->all();
$this->updateDoctor();
$this->updateUser();
$this->updateServInfo();