修改医生职称
This commit is contained in:
@@ -179,4 +179,15 @@ class BasicDataController extends AbstractController
|
||||
$data = $BasicDataService->getAgreementInfo();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取医生职称数据
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getDoctorTitle(): ResponseInterface
|
||||
{
|
||||
$BasicDataService = new BasicDataService();
|
||||
$data = $BasicDataService->getDoctorTitle();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user