患者列表-导出
This commit is contained in:
@@ -625,7 +625,7 @@ func privateRouter(r *gin.Engine, api controller.Api) {
|
||||
patientGroup := exportGroup.Group("/patient")
|
||||
{
|
||||
// 患者列表
|
||||
patientGroup.POST("", api.UserCaCert.RenewUserCloudCert)
|
||||
patientGroup.POST("", api.Export.UserPatient)
|
||||
|
||||
// 就诊人列表
|
||||
patientGroup.POST("/family", api.UserCaCert.RenewUserCloudCert)
|
||||
|
||||
Reference in New Issue
Block a user