1
This commit is contained in:
+1
-1
@@ -296,7 +296,7 @@ Router::addGroup('/patient', function () {
|
||||
// 药品
|
||||
Router::addGroup('/product', function () {
|
||||
// 获取家庭成员用药记录列表
|
||||
Router::get('/record', [PatientFamilyController::class, 'getFamilyProductRecordList']);
|
||||
Router::get('/record', [PatientFamilyController::class, 'getFamilyProductRecord']);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user