Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
82bcaed98f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go View File

1725
 		roles, _ := service.GetDoctorListTwo(c.GetAdminUserInfo().CurrentOrgId)
1725
 		roles, _ := service.GetDoctorListTwo(c.GetAdminUserInfo().CurrentOrgId)
1726
 		his, _ := service.GetHisPatientByNumber(order.MdtrtId)
1726
 		his, _ := service.GetHisPatientByNumber(order.MdtrtId)
1727
 		admin, _ := service.GetAdminUserByUserID(roles[0].AdminUserId)
1727
 		admin, _ := service.GetAdminUserByUserID(roles[0].AdminUserId)
1728
-		curRoles, _ := service.GetAdminUserInfoByID(c.GetAdminUserInfo().CurrentOrgId, 2500)
1728
+		curRoles, _ := service.GetAdminUserInfoByID(c.GetAdminUserInfo().CurrentOrgId, 2185)
1729
 		depart, _ := service.GetDepartMentDetail(curRoles.DepartmentId)
1729
 		depart, _ := service.GetDepartMentDetail(curRoles.DepartmentId)
1730
 		miConfig, _ := service.FindMedicalInsuranceInfo(c.GetAdminUserInfo().CurrentOrgId)
1730
 		miConfig, _ := service.FindMedicalInsuranceInfo(c.GetAdminUserInfo().CurrentOrgId)
1731
 
1731