|
@@ -807,8 +807,8 @@ func (c *SZHisApiController) GetRegisterInfo() {
|
807
|
807
|
c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeIDCartNo)
|
808
|
808
|
return
|
809
|
809
|
}
|
810
|
|
- doctorInfo, _ := service.GetAdminUserInfoByID(adminInfo.CurrentOrgId, doctor)
|
811
|
|
- doctorDepartment, _ := service.GetDepartMentDetail(department)
|
|
810
|
+ //doctorInfo, _ := service.GetAdminUserInfoByID(adminInfo.CurrentOrgId, doctor)
|
|
811
|
+ //doctorDepartment, _ := service.GetDepartMentDetail(department)
|
812
|
812
|
|
813
|
813
|
adminRole, _ := service.GetAdminUserInfoByID(adminInfo.CurrentOrgId, admin_user_id)
|
814
|
814
|
his, _ := service.GetHisPatientInfo(adminInfo.CurrentOrgId, patient_id, theTime.Unix())
|