Browse Source

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

csx 3 years ago
parent
commit
37ab843d3d
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

@@ -1743,7 +1743,7 @@ func (c *HisApiController) GetBatchSettleList() {
1743 1743
 		roles, _ := service.GetDoctorListTwo(c.GetAdminUserInfo().CurrentOrgId)
1744 1744
 		his, _ := service.GetHisPatientByNumber(order.MdtrtId)
1745 1745
 		admin, _ := service.GetAdminUserByUserID(roles[0].AdminUserId)
1746
-		curRoles, _ := service.GetAdminUserInfoByID(c.GetAdminUserInfo().CurrentOrgId, 2100)
1746
+		curRoles, _ := service.GetAdminUserInfoByID(c.GetAdminUserInfo().CurrentOrgId, 2495)
1747 1747
 		depart, _ := service.GetDepartMentDetail(curRoles.DepartmentId)
1748 1748
 		miConfig, _ := service.FindMedicalInsuranceInfo(c.GetAdminUserInfo().CurrentOrgId)
1749 1749