修改配置

This commit is contained in:
2023-05-09 17:16:55 +08:00
parent 65fa137f26
commit 6e502e8546
3 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -355,6 +355,7 @@ class DoctorAuthService extends BaseService
/**
* 新增身份认证信息
* @return array
* @throws GuzzleException
*/
public function addAuthIden(): array
{
@@ -528,7 +529,6 @@ class DoctorAuthService extends BaseService
}
}
}
}
Db::beginTransaction();