新增 获取家庭成员病情记录详情
This commit is contained in:
+4
-1
@@ -388,7 +388,10 @@ Router::addGroup('/patient', function () {
|
||||
Router::get('/exist', [PatientPathographyController::class, 'existFamilyPathography']);
|
||||
|
||||
// 获取家庭成员病情记录列表-分页
|
||||
Router::get('', [PatientPathographyController::class, 'getFamilyPathographyList']);
|
||||
Router::get('', [PatientPathographyController::class, 'getFamilyPathographyPage']);
|
||||
|
||||
// 获取家庭成员病情记录详情
|
||||
Router::get('/{pathography_id:\d+}', [PatientPathographyController::class, 'getFamilyPathographyInfo']);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user