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