新增 获取家庭成员病情记录列表-分页

This commit is contained in:
2023-11-20 16:26:18 +08:00
parent 65a5f6bc4d
commit 7df80196c2
6 changed files with 81 additions and 37 deletions
+1 -1
View File
@@ -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']);
});
});